Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNegotiateContextRequest (0.23 sec)

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

            void testGetContextType() {
                // Test with different context types
                TestNegotiateContextRequest request1 = new TestNegotiateContextRequest(0x1);
                TestNegotiateContextRequest request2 = new TestNegotiateContextRequest(0x2);
                TestNegotiateContextRequest request3 = new TestNegotiateContextRequest(Integer.MAX_VALUE);
    
                assertEquals(0x1, request1.getContextType());
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.8K bytes
    - Viewed (0)
Back to top