()
| 28 | } |
| 29 | |
| 30 | @Before |
| 31 | public void before() { |
| 32 | Preferences.setBoolean("export.application.fullscreen", false); |
| 33 | } |
| 34 | |
| 35 | static void expectRecognitionException(final String id, |
| 36 | final int expectedLine) { |
nothing calls this directly
no test coverage detected