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

Method verify

test/CompletionServiceTest.java:21–25  ·  view source on GitHub ↗
(boolean val)

Source from the content-addressed store, hash-verified

19 }
20
21 private static void verify(boolean val) {
22 if (! val) {
23 throw new RuntimeException();
24 }
25 }
26
27 private static void pollNoResultTest(Executor executor) {
28 ExecutorCompletionService<Object> ecs = new ExecutorCompletionService<Object>(executor);

Callers 3

pollNoResultTestMethod · 0.95
takeTestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected