()
| 25 | public class DecoderTest extends BrotliJniTestBase { |
| 26 | |
| 27 | static InputStream getBundle() throws IOException { |
| 28 | return new FileInputStream(System.getProperty("TEST_BUNDLE")); |
| 29 | } |
| 30 | |
| 31 | /** Creates a test suite. */ |
| 32 | public static TestSuite suite() throws IOException { |