- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testHandleGuidGeneration (0.08 sec)
-
src/test/java/jcifs/tests/persistent/HandleGuidTest.java
import org.junit.jupiter.api.Test; import jcifs.internal.smb2.persistent.HandleGuid; /** * Test class for HandleGuid functionality */ public class HandleGuidTest { @Test public void testHandleGuidGeneration() { HandleGuid guid1 = new HandleGuid(); HandleGuid guid2 = new HandleGuid(); assertNotEquals(guid1, guid2); assertEquals(16, guid1.toBytes().length);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 2.4K bytes - Viewed (0)