- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testToStringWithCustomServerType (0.12 seconds)
-
src/test/java/jcifs/internal/smb1/net/NetServerEnum2Test.java
assertTrue(result.contains("serverTypes=SV_TYPE_DOMAIN_ENUM")); assertTrue(result.endsWith("]")); } @Test @DisplayName("Test toString with custom server type") void testToStringWithCustomServerType() { String domain = "CUSTOM"; int customType = 0x00000801; netServerEnum2 = new NetServerEnum2(realConfig, domain, customType); String result = netServerEnum2.toString();
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 19.7K bytes - Click Count (0)