Package org.brotli.dec
Class CompoundDictionaryTest
- java.lang.Object
-
- org.brotli.dec.CompoundDictionaryTest
-
public class CompoundDictionaryTest extends java.lang.Object
Tests forDictionary
.
-
-
Constructor Summary
Constructors Constructor Description CompoundDictionaryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testNoDictionary()
void
testOnePieceDictionary()
void
testTwoPieceDictionary()
-
-
-
Field Detail
-
ONE_COPY
private static final byte[] ONE_COPY
SeeSynthTest
-
TEXT
private static final java.lang.String TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
testNoDictionary
public void testNoDictionary() throws java.io.IOException
- Throws:
java.io.IOException
-
testOnePieceDictionary
public void testOnePieceDictionary() throws java.io.IOException
- Throws:
java.io.IOException
-
testTwoPieceDictionary
public void testTwoPieceDictionary() throws java.io.IOException
- Throws:
java.io.IOException
-
-