- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testToStringWithVariousTypes (0.1 sec)
-
src/test/java/jcifs/internal/smb1/net/SmbShareInfoTest.java
} @ParameterizedTest @DisplayName("Test toString with various type values") @ValueSource(ints = { 0x00000000, 0x00000001, 0x00000003, 0x80000000, 0x80000001, 0xFFFFFFFF }) void testToStringWithVariousTypes(int type) { SmbShareInfo info = new SmbShareInfo(TEST_NET_NAME, type, TEST_REMARK); String str = info.toString(); // Verify type is displayed as hex assertNotNull(str);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.3K bytes - Viewed (0)