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

Method execute

tests/java/ColorSpaceTest.java:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20public class ColorSpaceTest implements Executable {
21 @Override
22 public void execute() throws Exception {
23 testICC();
24 testExtendedApi();
25 }
26
27 private void testICC() throws IOException {
28 ColorSpace cs1 = ColorSpace.makeFromICCProfile(new byte[0]);

Callers

nothing calls this directly

Calls 2

testICCMethod · 0.95
testExtendedApiMethod · 0.95

Tested by

no test coverage detected