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

Method expect

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

Source from the content-addressed store, hash-verified

10 private static final int CommonBase = -Range;
11
12 private static void expect(boolean v) {
13 if (! v) throw new RuntimeException();
14 }
15
16 public static void main(String[] args) throws Throwable {
17 final ConcurrentMap<Integer, Object> map = new ConcurrentHashMap();

Callers 3

mainMethod · 0.95
populateMethod · 0.95
depopulateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected