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

Method testEmpty

java/org/brotli/dec/DecodeTest.java:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 @Test
63 public void testEmpty() throws IOException {
64 checkDecodeResource("", "\u0006");
65 }
66
67 @Test
68 public void testX() throws IOException {

Callers

nothing calls this directly

Calls 1

checkDecodeResourceMethod · 0.95

Tested by

no test coverage detected