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

Method expect

test/LazyLoading.java:8–10  ·  view source on GitHub ↗
(boolean v)

Source from the content-addressed store, hash-verified

6 public static boolean loadLazy;
7
8 public static void expect(boolean v) {
9 if (! v) throw new RuntimeException();
10 }
11
12 private static File findClass(String name, File directory) {
13 for (File file: directory.listFiles()) {

Callers 1

doTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected