Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ assertTrue
Method
assertTrue
tests/src/InterfaceConsumer.java:14–16 ·
view source on GitHub ↗
( boolean cond )
Source
from the content-addressed store, hash-verified
12
return
true;
13
}
14
public
static
void
assertTrue( boolean cond ) {
15
if
( !cond ) throw
new
RuntimeException(
"assert failed.."
);
16
}
17
}
18
Callers
6
consumeInterface
Method · 0.95
diamond_operator
Method · 0.45
try_with_resource
Method · 0.45
testSpecialNullSerialization
Method · 0.45
check_ExternalNameSpace
Method · 0.45
testHashCode_contract
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected