Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
public
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
test
Method · 0.95
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected