- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for adapterThrowsOnAllEntries (1.06 sec)
-
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);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 10.6K bytes - Viewed (0)