MCPcopy Create free account
hub / github.com/ReadyTalk/avian / expect

Method expect

test/Logging.java:99–101  ·  view source on GitHub ↗
(boolean v)

Source from the content-addressed store, hash-verified

97 }
98
99 private static void expect(boolean v) {
100 if (! v) throw new RuntimeException();
101 }
102
103 private static final boolean useCustomHandler = true;
104 public static void main(String args[]) {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected