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

Method expect

test/FileOutput.java:7–9  ·  view source on GitHub ↗
(boolean v)

Source from the content-addressed store, hash-verified

5
6public class FileOutput {
7 private static void expect(boolean v) {
8 if (! v) throw new RuntimeException();
9 }
10
11 private static void test(boolean appendFirst) throws IOException {
12 try {

Callers 2

testMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected