Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_getText_nullInputStream_throwsWithMessage (0.51 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TextExtractorEnhancedTest.java

            assertNotNull(result.getContent());
        }
    
        /**
         * Test that null input stream throws CrawlerSystemException with correct message.
         */
        public void test_getText_nullInputStream_throwsWithMessage() {
            try {
                textExtractor.getText(null, null);
                fail("Expected CrawlerSystemException");
            } catch (final CrawlerSystemException e) {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top