Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testConstructorWithCause (0.19 seconds)

  1. src/test/java/jcifs/util/transport/TransportExceptionTest.java

            assertNull(nullException.getMessage());
        }
    
        @Test
        @DisplayName("Test constructor with cause creates exception with specified cause")
        public void testConstructorWithCause() {
            // Create a root cause exception
            RuntimeException rootCause = new RuntimeException("Root cause error");
            TransportException exception = new TransportException(rootCause);
    
    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)
  2. src/test/java/jcifs/smb1/smb1/SmbFileTest.java

    Shinsuke Sugaya <******@****.***> 1755149504 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 8.5K bytes
    - Click Count (0)
Back to Top