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

Method expect

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

Source from the content-addressed store, hash-verified

12
13public class Subroutine {
14 private static void expect(boolean v) {
15 if (! v) throw new RuntimeException();
16 }
17
18 private static void stackMap(Object x) {
19 while (true) {

Callers 2

testMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected