- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testResolveSidsWithOffsetAndLength_OutOfBounds (0.19 sec)
-
src/test/java/jcifs/SidResolverTest.java
assertThrows(CIFSException.class, () -> sidResolver.resolveSids(mockContext, testServerName, testSids, 0, -1)); } @Test void testResolveSidsWithOffsetAndLength_OutOfBounds() throws CIFSException { doThrow(new CIFSException("Array index out of bounds")).when(sidResolver) .resolveSids(any(CIFSContext.class), anyString(), any(SID[].class), eq(5), anyInt());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.5K bytes - Viewed (0)