MCPcopy Index your code
hub / github.com/google/brotli / getBundle

Method getBundle

java/org/brotli/wrapper/dec/DecoderTest.java:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25public 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 {

Callers 2

suiteMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected