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

Method verify

test/QueueHelper.java:6–10  ·  view source on GitHub ↗
(boolean val)

Source from the content-addressed store, hash-verified

4
5public class QueueHelper {
6 private static void verify(boolean val) {
7 if (! val) {
8 throw new RuntimeException();
9 }
10 }
11
12 public static void main(String args[]) {
13 // prevents unit test failure

Callers 12

sizeTestMethod · 0.95
isEmptyTestMethod · 0.95
addTestMethod · 0.95
addAllTestMethod · 0.95
elementTestMethod · 0.95
removeTestMethod · 0.95
containsTestMethod · 0.95
containsAllTestMethod · 0.95
removeObjectTestMethod · 0.95
removeAllTestMethod · 0.95
clearTestMethod · 0.95
toArrayTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected