Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testShutdown (0.05 seconds)

  1. src/test/java/jcifs/internal/smb2/lease/DirectoryLeaseManagerTest.java

            // Verify base lease manager was called
            verify(baseLeaseManager).releaseLease(leaseKey);
        }
    
        @Test
        public void testShutdown() {
            String directoryPath = "/test/dir";
            Smb2LeaseKey leaseKey = new Smb2LeaseKey();
    
            // Create cache entry
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 23 01:47:47 GMT 2025
    - 15.9K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/suggest/SuggesterIndexLifecycleTest.java

            Suggester suggester = createSuggester();
            suggester.createIndexIfNothing();
    
            // Should not throw
            assertNotNull(suggester.refresh());
        }
    
        @Test
        public void test_shutdown() throws Exception {
            Suggester suggester = createSuggester();
    
            // Should not throw
            suggester.shutdown();
        }
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 13.4K bytes
    - Click Count (0)
Back to Top