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

Method dangerous

test/Exceptions.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 private static void dangerous() {
27 moreDangerous();
28 }
29
30 private static void expect(boolean v) {
31 if (! v) throw new RuntimeException();

Callers 1

mainMethod · 0.95

Calls 1

moreDangerousMethod · 0.95

Tested by

no test coverage detected