MCPcopy Create free account
hub / github.com/JetBrains/skija / execute

Method execute

tests/java/TestTest.java:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14public class TestTest implements Executable {
15 @Override
16 public void execute() throws Exception {
17 TestRunner.testMethod(this, "abc");
18 throw new Exception("Unexpected in execute");
19 }
20
21 public void abc() throws Exception {
22 assertEquals(true, true);

Callers

nothing calls this directly

Calls 1

testMethodMethod · 0.95

Tested by

no test coverage detected