Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/test/java/jcifs/smb/SmbOperationExceptionTest.java

            assertEquals(2000, exception.getRetryDelayMs(2));
            assertEquals(4000, exception.getRetryDelayMs(3));
        }
    
        @Test
        @DisplayName("Should handle no retry policy")
        void testNoRetryPolicy() {
            // When
            exception = new SmbOperationException(SmbOperationException.ErrorCode.AUTHENTICATION_FAILED, "Bad credentials", null,
                    SmbOperationException.RetryPolicy.NO_RETRY, null);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 16.1K bytes
    - Viewed (0)
Back to top