(Modmap mm, String a, KeyValue.Modifier mod, String expected)
| 32 | static class Utils |
| 33 | { |
| 34 | static void apply(Modmap mm, String a, KeyValue.Modifier mod, String expected) |
| 35 | { |
| 36 | apply(mm, a, mod, KeyValue.getKeyByName(expected)); |
| 37 | } |
| 38 | |
| 39 | static void apply(Modmap mm, String a, KeyValue.Modifier mod, KeyValue expected) |
| 40 | { |
no test coverage detected