- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for constructor_withNullScope_shouldUseConfigScope (0.46 seconds)
-
src/test/java/jcifs/netbios/NameTest.java
Name name = new Name(mockConfig, longName, 0x20, null); assertEquals("THISISAVERYLONG", name.name); assertEquals(15, name.name.length()); } @Test void constructor_withNullScope_shouldUseConfigScope() { Name name = new Name(mockConfig, "TestName", 0x20, null); assertEquals("DEFAULT.SCOPE", name.scope); } @Test void constructor_withEmptyScope_shouldUseConfigScope() {
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) -
src/test/java/jcifs/smb/SecurityBlobTest.java
Shinsuke Sugaya <******@****.***> 1755149504 +0900
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.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)