- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getText_doesNotReadInputStream (0.23 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/FilenameExtractorEnhancedTest.java
assertEquals("/path/to/document.pdf", result.getContent()); } /** * Test that input stream content is not read (only validated). */ public void test_getText_doesNotReadInputStream() throws Exception { final byte[] testData = "This data should not be read".getBytes(); final InputStream in = new ByteArrayInputStream(testData);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 7K bytes - Viewed (0)