Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetChallengeWithAddressAndPort (0.13 sec)

  1. src/test/java/jcifs/SmbTransportPoolTest.java

                verify(transportPool).getChallenge(context, address);
            }
    
            @Test
            @DisplayName("Should get NTLM challenge with address and port")
            void testGetChallengeWithAddressAndPort() throws CIFSException {
                // Given
                byte[] expectedChallenge = new byte[] { 8, 7, 6, 5, 4, 3, 2, 1 };
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 22.6K bytes
    - Viewed (0)
Back to top