Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testExceptionHandling (0.07 sec)

  1. src/test/java/jcifs/config/DelegatingConfigurationTest.java

            assertNull(delegatingConfig.getMaximumVersion(), "Should return null when delegate returns null");
        }
    
        @Test
        @DisplayName("Delegation should handle exceptions from delegate")
        void testExceptionHandling() {
            // Given
            RuntimeException testException = new RuntimeException("Test exception");
            when(mockDelegate.getResponseTimeout()).thenThrow(testException);
    
            // When & Then
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.7K bytes
    - Viewed (0)
Back to top