- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testSerialVersionUID (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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");
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Thu Jul 31 01:01:12 GMT 2025 - 4.2K bytes - Click Count (0) -
src/test/java/jcifs/util/transport/TransportExceptionTest.java
assertEquals(expectedMessage, thrownWithBoth.getMessage()); assertEquals(cause, thrownWithBoth.getCause()); } @Test @DisplayName("Test serialization compatibility") public void testSerialVersionUID() { // Verify that the serialVersionUID is set TransportException exception = new TransportException(); // The exception should be serializable since it extends CIFSException
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.4K bytes - Click Count (0)