Home
last modified time | relevance | path

Searched refs:ChannleTestCase (Results 1 – 1 of 1) sorted by relevance

/external/brotli/java/org/brotli/wrapper/enc/
DBrotliEncoderChannelTest.java45 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_ALL)); in suite()
46 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_CHUNKS)); in suite()
55 static class ChannleTestCase extends TestCase { class in BrotliEncoderChannelTest
58 ChannleTestCase(String entryName, TestMode mode) { in ChannleTestCase() method in BrotliEncoderChannelTest.ChannleTestCase