MCPcopy Create free account
hub / github.com/SoarGroup/Soar / Check

Method Check

Java/Debugger/src/edu/umich/soar/debugger/general/Debug.java:34–38  ·  view source on GitHub ↗
(boolean condition)

Source from the content-addressed store, hash-verified

32 public static final boolean debugMatcher = true;
33
34 public static void Check(boolean condition)
35 {
36 if (!condition)
37 throw new Error("Condition failed check");
38 }
39
40 public static void println(String message)
41 {

Callers 1

TestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected