Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for adapterThrowsOnAllEntries (0.12 sec)

  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);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 10.6K bytes
    - Viewed (0)
Back to top