MCPcopy Create free account
hub / github.com/HumbleUI/Skija / execute

Method execute

tests/java/ManagedStringTest.java:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8public class ManagedStringTest implements Executable {
9 @Override
10 public void execute() throws Exception {
11 TestRunner.testMethod(this, "utfConversions");
12 }
13
14 public void utfConversions() throws Exception {
15 String[] valid = {

Callers

nothing calls this directly

Calls 1

testMethodMethod · 0.95

Tested by

no test coverage detected