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

Method execute

tests/java/BitmapTest.java:12–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11public class BitmapTest implements Executable {
12 @Override
13 public void execute() throws Exception {
14 TestRunner.testMethod(this, "base");
15 TestRunner.testMethod(this, "swap");
16 TestRunner.testMethod(this, "getSurfaceNull");
17 }
18
19 public void base() throws Exception {
20 try (var bitmap = new Bitmap()) {

Callers

nothing calls this directly

Calls 1

testMethodMethod · 0.95

Tested by

no test coverage detected