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

Method execute

tests/java/ImageTest.java:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13public class ImageTest implements Executable {
14 @Override
15 public void execute() throws Exception {
16 TestRunner.testMethod(this, "base");
17 TestRunner.testMethod(this, "makeSubset");
18 TestRunner.testMethod(this, "refCntToStringAfterClose");
19 }
20
21 public void base() throws Exception {
22 try (var surface = Surface.makeRaster(ImageInfo.makeN32Premul(100, 100));

Callers

nothing calls this directly

Calls 1

testMethodMethod · 0.95

Tested by

no test coverage detected