Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ assertTrue
Method
assertTrue
bsf/src/TestBshBSF.java:53–58 ·
view source on GitHub ↗
( boolean cond )
Source
from the content-addressed store, hash-verified
51
}
52
53
static
void
assertTrue( boolean cond ) {
54
if
( cond )
55
System.out.println(
"Passed..."
);
56
else
57
throw
new
Error(
"assert failed..."
);
58
}
59
60
}
61
Callers
1
main
Method · 0.95
Calls
1
println
Method · 0.65
Tested by
no test coverage detected