- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_validateInputStream_throwsCorrectExceptionType (0.14 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/AbstractExtractorTest.java
extractor.testValidateInputStream(emptyStream); } /** * Test that CrawlerSystemException is the correct exception type. */ public void test_validateInputStream_throwsCorrectExceptionType() { try { extractor.testValidateInputStream(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.4K bytes - Viewed (0)