()
| 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);) { |
nothing calls this directly
no test coverage detected