Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for writeWireFormat_withMaxLengthName_shouldHandleCorrectly (0.2 seconds)

  1. src/test/java/jcifs/netbios/NameTest.java

            assertTrue(result.contains("TEST"));
            assertTrue(result.contains("<20>"));
            assertFalse(result.contains("."));
        }
    
        @Test
        void writeWireFormat_withMaxLengthName_shouldHandleCorrectly() {
            String maxName = "123456789012345"; // 15 characters
            Name name = new Name(mockConfig, maxName, 0x20, null);
            byte[] dst = new byte[100];
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 19.4K bytes
    - Click Count (0)
Back to Top