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

Method execute

tests/java/TextLineTest.java:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 public Font jbMono36 = new Font(FontMgr.getDefault().makeFromFile("fonts/JetBrainsMono-Regular.ttf"), 36);
15
16 @Override
17 public void execute() throws Exception {
18 testAbc();
19 testLigatures();
20 testCombining();
21 testEmoji();
22 }
23
24 public void testAbc() {
25 try (TextLine line = TextLine.make("abc", inter36);) {

Callers

nothing calls this directly

Calls 4

testAbcMethod · 0.95
testLigaturesMethod · 0.95
testCombiningMethod · 0.95
testEmojiMethod · 0.95

Tested by

no test coverage detected