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

Method test_2

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

Source from the content-addressed store, hash-verified

58 }
59
60 static void test_2() {
61 System.out.print("test 2...");
62 Query q2 = new Query("p", new Term[] { f_a });
63 if (!q2.hasSolution()) {
64 System.out.println("p(f(a)) failed");
65 // System.exit(1);
66 }
67 System.out.println("passed");
68 }
69
70 static void test_3() {
71 System.out.print("test 3...");

Callers 1

run_testsMethod · 0.95

Calls 1

hasSolutionMethod · 0.95

Tested by

no test coverage detected