- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testStringConstructorInvalidFormat (0.31 sec)
-
src/test/java/jcifs/SIDTest.java
assertEquals(21, sid.sub_authority[0]); assertEquals(1, sid.sub_authority[1]); } /** * Test constructor with an invalid SID string. */ @Test void testStringConstructorInvalidFormat() { assertThrows(SmbException.class, () -> new SID("invalid-sid")); assertThrows(SmbException.class, () -> new SID("S-1")); } /** * Test constructor with a byte array.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.5K bytes - Viewed (0)