Class UseCompoundDictionaryTest


  • public class UseCompoundDictionaryTest
    extends BrotliJniTestBase
    Tests for compression / decompression aided with LZ77 dictionary.
    • Constructor Detail

      • UseCompoundDictionaryTest

        public UseCompoundDictionaryTest()
    • Method Detail

      • getBundle

        static java.io.InputStream getBundle()
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • suite

        public static junit.framework.TestSuite suite()
                                               throws java.io.IOException
        Creates a test suite.
        Throws:
        java.io.IOException
      • prepareRawDictionary

        private static PreparedDictionary prepareRawDictionary​(java.lang.String entryName,
                                                               java.nio.ByteBuffer data)
      • run

        private static void run​(java.lang.String entryName)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable