- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testNoNegotiateContextsSmb302 (0.13 seconds)
-
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateRequestTest.java
assertArrayEquals(testSalt, request.getPreauthSalt()); } @Test @DisplayName("Should not add negotiate contexts for SMB 3.0.2 and below") void testNoNegotiateContextsSmb302() { // Given when(mockConfig.getMaximumVersion()).thenReturn(DialectVersion.SMB302); // When request = new Smb2NegotiateRequest(mockConfig, 0); // Then
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.7K bytes - Click Count (0)