Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ expect
Method
expect
test/Exceptions.java:30–32 ·
view source on GitHub ↗
(boolean v)
Source
from the content-addressed store, hash-verified
28
}
29
30
private
static
void
expect(boolean v) {
31
if
(! v) throw
new
RuntimeException();
32
}
33
34
public
static
void
main(String[] args) {
35
boolean threw = false;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected