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

Method execute

tests/java/GraphicsTest.java:9–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8public class GraphicsTest implements Executable {
9 @Override
10 public void execute() throws Exception {
11 assertDoesNotThrow(Graphics::init);
12 assertDoesNotThrow(Graphics::init); // calling twice to verify idempotency
13
14 assertDoesNotThrow(Graphics::purgeFontCache);
15 assertDoesNotThrow(Graphics::purgeResourceCache);
16 assertDoesNotThrow(Graphics::purgeAllCaches);
17 }
18}

Callers

nothing calls this directly

Calls 1

assertDoesNotThrowMethod · 0.80

Tested by

no test coverage detected