- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testSerialVersionUID (0.39 sec)
-
src/test/java/org/codelibs/curl/CurlExceptionTest.java
CurlException exception = new CurlException(message, null); assertEquals(message, exception.getMessage()); assertNull(exception.getCause()); } @Test public void testSerialVersionUID() { assertNotNull(CurlException.class.getDeclaredFields()); boolean hasSerialVersionUID = false; try { CurlException.class.getDeclaredField("serialVersionUID");
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Thu Jul 31 01:01:12 UTC 2025 - 4.2K bytes - Viewed (0)