MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / run_tests

Method run_tests

src/examples/java/test/Test.java:19–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 static void run_tests() {
20 test_0();
21 test_1();
22 test_2();
23 test_3();
24 test_4();
25 test_5();
26 test_6();
27 test_7();
28 test_8();
29 test_9();
30 test_10();
31 test_11();
32 test_101();
33 }
34
35 static void test_0() {
36 System.out.print("test 0...");

Callers 1

mainMethod · 0.95

Calls 13

test_0Method · 0.95
test_1Method · 0.95
test_2Method · 0.95
test_3Method · 0.95
test_4Method · 0.95
test_5Method · 0.95
test_6Method · 0.95
test_7Method · 0.95
test_8Method · 0.95
test_9Method · 0.95
test_10Method · 0.95
test_11Method · 0.95

Tested by

no test coverage detected