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