- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_toString_delegatesToUnderlying (0.29 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/IgnoreCloseInputStreamTest.java
stream.reset(); // Should read from marked position again assertEquals('C', stream.read()); assertEquals('D', stream.read()); } public void test_toString_delegatesToUnderlying() { // Test that toString() delegates to underlying stream byte[] data = "Test".getBytes(); ByteArrayInputStream underlyingStream = new ByteArrayInputStream(data);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 22 13:28:22 UTC 2025 - 6.6K bytes - Viewed (0)