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

Method getBundle

java/org/brotli/wrapper/enc/EncoderTest.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19@RunWith(AllTests.class)
20public 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 {

Callers 2

suiteMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected