- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for removeException (0.06 sec)
-
src/test/java/jcifs/smb/FileEntryAdapterIteratorTest.java
iterator.remove(); verify(delegate).remove(); } @Test @DisplayName("Remove propagates UnsupportedOperationException") void removeException() { when(delegate.hasNext()).thenReturn(false); doThrow(new UnsupportedOperationException("Not supported")).when(delegate).remove(); TestIterator iterator = new TestIterator(null);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 10.6K bytes - Viewed (0)