()
| 19 | @RunWith(AllTests.class) |
| 20 | public class EncoderTest extends BrotliJniTestBase { |
| 21 | static InputStream getBundle() throws IOException { |
| 22 | return new FileInputStream(System.getProperty("TEST_BUNDLE")); |
| 23 | } |
| 24 | |
| 25 | /** Creates a test suite. */ |
| 26 | public static TestSuite suite() throws IOException { |