- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ANYNAME (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/NetbiosNameTest.java
// The interface should allow for various implementations // Test that methods can return any valid values // Names can be any string when(mockNetbiosName.getName()).thenReturn("ANYNAME"); assertNotNull(mockNetbiosName.getName()); // Scope can be null or any string when(mockNetbiosName.getScope()).thenReturn(null); assertNull(mockNetbiosName.getScope());Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8K bytes - Click Count (0)