Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ test1
Method
test1
basex-core/src/test/java/org/basex/util/CompressTest.java:23–25 ·
view source on GitHub ↗
Test.
()
Source
from the content-addressed store, hash-verified
21
public
final
class
CompressTest extends SandboxTest {
22
/** Test. */
23
@Test
public
void
test1() {
24
run(token(
" abcdefghijklmnopqrstuvwxyz"
));
25
}
26
27
/** Test. */
28
@Test
public
void
test2() {
Callers
nothing calls this directly
Calls
2
run
Method · 0.95
token
Method · 0.65
Tested by
no test coverage detected