- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_validateInputStream_acceptsEmptyStream (3.27 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/AbstractExtractorTest.java
assertTrue("Should be called after getText", extractor.isValidateCalled()); } /** * Test validateInputStream with edge case: empty stream. */ public void test_validateInputStream_acceptsEmptyStream() { final InputStream emptyStream = new ByteArrayInputStream(new byte[0]); // Should not throw exception for empty but non-null stream extractor.testValidateInputStream(emptyStream);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 8.4K bytes - Viewed (0)