- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testTextualConstructorInvalid (1.91 sec)
-
src/test/java/jcifs/smb/SIDTest.java
assertEquals("S-1-5-21-99", s); assertEquals(99, sid.getRid()); } @Test @DisplayName("Textual constructor invalid format throws SmbException") void testTextualConstructorInvalid() { // Arrange String bad = "S-1"; // fewer than 3 tokens // Act + Assert SmbException ex = assertThrows(SmbException.class, () -> new SID(bad));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.8K bytes - Viewed (0)