Package org.brotli.wrapper.enc
Class BrotliOutputStreamTest
- java.lang.Object
-
- org.brotli.integration.BrotliJniTestBase
-
- org.brotli.wrapper.enc.BrotliOutputStreamTest
-
public class BrotliOutputStreamTest extends BrotliJniTestBase
Tests forBrotliOutputStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classBrotliOutputStreamTest.StreamTestCaseTest case with a unique name.private static classBrotliOutputStreamTest.TestMode
-
Field Summary
Fields Modifier and Type Field Description private static intCHUNK_SIZE
-
Constructor Summary
Constructors Constructor Description BrotliOutputStreamTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.io.InputStreamgetBundle()private static voidrun(java.lang.String entryName, BrotliOutputStreamTest.TestMode mode)static junit.framework.TestSuitesuite()Creates a test suite.
-
-
-
Field Detail
-
CHUNK_SIZE
private static final int CHUNK_SIZE
- See Also:
- Constant Field Values
-
-
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.IOExceptionCreates a test suite.- Throws:
java.io.IOException
-
run
private static void run(java.lang.String entryName, BrotliOutputStreamTest.TestMode mode) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-