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

Method verify

test/ArrayDequeTest.java:7–11  ·  view source on GitHub ↗
(boolean val)

Source from the content-addressed store, hash-verified

5
6public class ArrayDequeTest {
7 private static void verify(boolean val) {
8 if (! val) {
9 throw new RuntimeException();
10 }
11 }
12
13 public static void main(String[] args) throws InterruptedException {
14 QueueHelper.sizeTest(new ArrayDeque<Object>());

Callers 2

iterateTestMethod · 0.95
iteratorRemoveTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected