Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ test5
Method
test5
basex-core/src/test/java/org/basex/util/CompressTest.java:46–51 ·
view source on GitHub ↗
Test.
()
Source
from the content-addressed store, hash-verified
44
45
/** Test. */
46
@Test
public
void
test5() {
47
final
int
bl = 256;
48
final
byte[] bytes =
new
byte[bl];
49
for
(
int
b = 0; b < bl; b++) bytes[b] = (byte) b;
50
run(bytes);
51
}
52
53
/** Test. */
54
@Test
public
void
test6() {
Callers
nothing calls this directly
Calls
1
run
Method · 0.95
Tested by
no test coverage detected