- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for constructor_withNameInstance_shouldCopySrcHashCode (0.43 sec)
-
src/test/java/jcifs/netbios/NameTest.java
assertEquals("SOURCENAME", name.name); assertEquals(0x1C, name.hexCode); assertEquals("source.scope", name.scope); } @Test void constructor_withNameInstance_shouldCopySrcHashCode() { Name sourceName = new Name(mockConfig, "SourceName", 0x1C, "source.scope"); sourceName.srcHashCode = 12345; Name name = new Name(mockConfig, sourceName);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0)