MCPcopy Create free account
hub / github.com/JetBrains/skija / execute

Method execute

tests/java/TextLineTest.java:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 public Font jbMono36 = new Font(Typeface.makeFromFile("fonts/JetBrainsMono-Regular.ttf"), 36);
14
15 @Override
16 public void execute() throws Exception {
17 testAbc();
18 testLigatures();
19 testCombining();
20 testEmoji();
21 }
22
23 public void testAbc() {
24 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