Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for adapterThrowsOnAllEntries (0.16 seconds)

  1. 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)
Back to Top