- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testConstructorWithString (0.48 sec)
-
src/test/java/jcifs/dcerpc/UUIDTest.java
assertArrayEquals(NODE, uuid.node, "node array should match"); } @Test @DisplayName("Constructor with valid uppercase UUID string should parse correctly") void testConstructorWithString() { // Act UUID uuid = new UUID(VALID_UUID_STRING); // Assert assertEquals(TIME_LOW, uuid.time_low, "time_low should be parsed correctly");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (0)