- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for removeException (0.13 seconds)
-
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);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 10.6K bytes - Click Count (0)