Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCanReuseWithForceSigning (0.33 sec)

  1. src/test/java/jcifs/internal/SmbNegotiationResponseTest.java

            assertEquals(expectedCredits, credits);
            verify(negotiationResponse).getInitialCredits();
        }
    
        @Test
        @DisplayName("Test canReuse returns true with force signing")
        void testCanReuseWithForceSigning() {
            // Arrange
            when(negotiationResponse.canReuse(cifsContext, true)).thenReturn(true);
    
            // Act
            boolean result = negotiationResponse.canReuse(cifsContext, true);
    
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 20.6K bytes
    - Viewed (0)
Back to top