- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testToStringZeroValues (0.25 seconds)
-
src/test/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDescTest.java
assertTrue(result.contains("securityInformation=0x" + Hexdump.toHexString(securityInfo, 8))); } @Test @DisplayName("Test toString method with zero values") void testToStringZeroValues() { int fid = 0x0000; int securityInfo = 0x00000000; querySecurityDesc = new NtTransQuerySecurityDesc(mockConfig, fid, securityInfo); String result = querySecurityDesc.toString();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.9K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChangeTest.java
assertTrue(result.contains("watchTree=true")); } @Test @DisplayName("Test toString method with zero values") void testToStringZeroValues() { int fid = 0x0000; int completionFilter = 0x00000000; boolean watchTree = false; notifyChange = new NtTransNotifyChange(mockConfig, fid, completionFilter, watchTree);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.4K bytes - Click Count (0)