Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testBothNullParameters (0.08 seconds)

  1. src/test/java/jcifs/internal/smb2/nego/NegotiateContextRequestTest.java

                assertEquals(6, context.size()); // 4 header + 2 for one hash algo
            }
    
            @Test
            @DisplayName("Should handle both null parameters")
            void testBothNullParameters() {
                context = new PreauthIntegrityNegotiateContext(mockConfig, null, null);
    
                assertNull(context.getHashAlgos());
                assertNull(context.getSalt());
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 18.8K bytes
    - Click Count (0)
Back to Top