Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testConsistentByteRepresentation (0.1 seconds)

  1. src/test/java/jcifs/ntlmssp/Type1MessageTest.java

            assertEquals(workstation, type1.getSuppliedWorkstation());
        }
    
        @Test
        @DisplayName("Should generate consistent byte representation")
        void testConsistentByteRepresentation() throws IOException {
            // Given
            Type1Message type1 = new Type1Message(mockContext);
    
            // When
            byte[] bytes1 = type1.toByteArray();
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 12.1K bytes
    - Click Count (0)
Back to Top