Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ startTesting
Method
startTesting
tests/java/runner/TestRunner.java:270–272 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
268
}
269
270
public
static
void
startTesting() {
271
runner =
new
TestRunner();
272
}
273
274
public
static
int
finishTesting() {
275
assert runner.stack.isEmpty() :
"Expected stack to be empty, got: "
+ runner.stack.toString();
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected