Uses of Class
org.brotli.integration.BrotliJniTestBase
-
Packages that use BrotliJniTestBase Package Description org.brotli.wrapper.common org.brotli.wrapper.dec org.brotli.wrapper.enc -
-
Uses of BrotliJniTestBase in org.brotli.wrapper.common
Subclasses of BrotliJniTestBase in org.brotli.wrapper.common Modifier and Type Class Description class
SetRfcDictionaryTest
Tests forBrotliCommon
.class
SetZeroDictionaryTest
Tests forBrotliCommon
. -
Uses of BrotliJniTestBase in org.brotli.wrapper.dec
Subclasses of BrotliJniTestBase in org.brotli.wrapper.dec Modifier and Type Class Description class
BrotliDecoderChannelTest
Tests forBrotliDecoderChannel
.class
BrotliInputStreamTest
Tests forBrotliInputStream
.class
CornerCasesTest
Tests forEncoder
.class
DecoderTest
Tests forDecoder
.class
EagerStreamTest
Tests forBrotliInputStream
. -
Uses of BrotliJniTestBase in org.brotli.wrapper.enc
Subclasses of BrotliJniTestBase in org.brotli.wrapper.enc Modifier and Type Class Description class
BrotliEncoderChannelTest
Tests forBrotliEncoderChannel
.class
BrotliOutputStreamTest
Tests forBrotliOutputStream
.class
EmptyInputTest
Tests forEncoder
.class
EncoderTest
Tests forEncoder
.class
UseCompoundDictionaryTest
Tests for compression / decompression aided with LZ77 dictionary.
-