- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testExceptionHandling (0.07 sec)
-
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)