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

Method expect

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

Source from the content-addressed store, hash-verified

8
9public class Tree {
10 private static void expect(boolean v) {
11 if (! v) throw new RuntimeException();
12 }
13
14 private static String printList(TreeSet<?> list) {
15 StringBuilder sb = new StringBuilder();

Callers 4

isEqualMethod · 0.95
ascendingIteratorMethod · 0.95
descendingIteratorMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected