MCPcopy 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

mainMethod · 0.95

Calls 6

test_0Method · 0.95
test_1Method · 0.95
test_2Method · 0.95
test_3Method · 0.95
test_4Method · 0.95
print_resultsMethod · 0.95

Tested by

no test coverage detected