MCPcopy Create free account
hub / github.com/BaseXdb/basex / test6

Method test6

basex-core/src/test/java/org/basex/util/CompressTest.java:54–59  ·  view source on GitHub ↗

Test.

()

Source from the content-addressed store, hash-verified

52
53 /** Test. */
54 @Test public void test6() {
55 final int bl = 4096;
56 final byte[] bytes = new byte[bl];
57 for(int b = 0; b < bl; b++) bytes[b] = (byte) (b & 0xFF);
58 run(bytes);
59 }
60
61 /** Test.
62 * @throws Exception exception */

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected