Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SWI-Prolog/packages-jpl
/ run_tests
Method
run_tests
src/examples/java/time/Time.java:51–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
static
void
run_tests() {
52
test_0();
53
test_1();
54
test_2();
55
test_3();
56
test_4();
57
print_results();
58
}
59
60
static
void
test_0() {
61
System.out.print(
"test 0..."
);
Callers
1
main
Method · 0.95
Calls
6
test_0
Method · 0.95
test_1
Method · 0.95
test_2
Method · 0.95
test_3
Method · 0.95
test_4
Method · 0.95
print_results
Method · 0.95
Tested by
no test coverage detected