- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isUnknown_withNonZeroHexCode_shouldReturnFalse (0.23 seconds)
-
src/test/java/jcifs/netbios/NameTest.java
void isUnknown_withNormalName_shouldReturnFalse() { Name name = new Name(mockConfig, "TestName", 0x20, null); assertFalse(name.isUnknown()); } @Test void isUnknown_withNonZeroHexCode_shouldReturnFalse() { Name name = new Name(mockConfig, "0.0.0.0", 0x20, null); name.scope = null; assertFalse(name.isUnknown()); } @Test
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)