Searched refs:TestStream (Results 1 – 4 of 4) sorted by relevance
32 private static class TestStream extends AbstractLZ77CompressorInputStream { class in AbstractLZ77CompressorInputStreamTest34 TestStream(InputStream in) throws IOException { in TestStream() method in AbstractLZ77CompressorInputStreamTest.TestStream53 try (TestStream s = new TestStream(new ByteArrayInputStream(data))) { in cantPrefillAfterDataHasBeenRead()63 try (TestStream s = new TestStream(new ByteArrayInputStream(new byte[0]))) { in prefillCanBeUsedForBackReferences()77 try (TestStream s = new TestStream(new ByteArrayInputStream(new byte[0]))) { in ifPrefillExceedsWindowSizeTheLastBytesAreUsed()
204 void TestStream() { in TestStream() function246 TestStream(); in main()
52 static void U_CALLCONV TestStream(void) in TestStream() function321 addTest(root, &TestStream, "stream/TestStream"); in addStreamTests()
713 TEST_F(DeviceKernelOpTest, TestStream) { in TEST_F() argument