- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for adapterThrowsOnAllEntries (0.09 seconds)
-
src/test/java/jcifs/smb/FileEntryAdapterIteratorTest.java
// All three should be closed verify(resource, times(3)).close(); } @Test @DisplayName("Adapter throwing MalformedURLException on all entries") void adapterThrowsOnAllEntries() { // Setup FileEntry entry1 = mock(FileEntry.class); FileEntry entry2 = mock(FileEntry.class); when(delegate.hasNext()).thenReturn(true, true, false);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)