Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_processWithNullResponseData (0.13 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/processor/impl/NullResponseProcessorTest.java

            // Verify that ResponseData is unchanged
            assertEquals("https://example.com", responseData.getUrl());
            assertEquals(200, responseData.getHttpStatusCode());
        }
    
        public void test_processWithNullResponseData() {
            // Test process method with null ResponseData
            NullResponseProcessor processor = new NullResponseProcessor();
    
            // Execute - should not throw any exception even with null
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:29:22 UTC 2025
    - 8.6K bytes
    - Viewed (0)
Back to top