- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for constructor_withNetbiosNameNotNameInstance_shouldNotCopySrcHashCode (0.49 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/netbios/NameTest.java
int length = name.readScopeWireFormat(src, 0); assertEquals("test.example.com", name.scope); assertEquals(18, length); } @Test void constructor_withNetbiosNameNotNameInstance_shouldNotCopySrcHashCode() { // Create a mock NetbiosName that is not a Name instance NetbiosName mockNetbiosName = mock(NetbiosName.class); when(mockNetbiosName.getName()).thenReturn("MOCKNAME");
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 19.4K bytes - Click Count (0)