- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for writeWireFormat_shouldEncodeNameCorrectly (0.16 seconds)
-
src/test/java/jcifs/netbios/NameTest.java
@Test void isUnknown_withScope_shouldReturnFalse() { Name name = new Name(mockConfig, "0.0.0.0", 0, "scope"); assertFalse(name.isUnknown()); } @Test void writeWireFormat_shouldEncodeNameCorrectly() { Name name = new Name(mockConfig, "TEST", 0x20, null); byte[] dst = new byte[100]; int length = name.writeWireFormat(dst, 0); // Check first byte is 0x20Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 19.4K bytes - Click Count (0) -
src/test/java/jcifs/netbios/NodeStatusRequestTest.java
Shinsuke Sugaya <******@****.***> 1755149504 +0900
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.9K bytes - Click Count (0)