()
| 81 | } |
| 82 | |
| 83 | @Test |
| 84 | public void testShotOffTarget() throws ScannerException, ParserException { |
| 85 | |
| 86 | Statement parsedStatement = parseStatement(SHOT_OFF_TARGET); |
| 87 | |
| 88 | assertEquals(StateContext.getEntity("GK"), parsedStatement.getStateOut().getContext()); |
| 89 | assertEquals(" comment", parsedStatement.getComment()); |
| 90 | } |
| 91 | |
| 92 | @Test |
| 93 | public void testGoalSaveCatch() throws ScannerException, ParserException { |
nothing calls this directly
no test coverage detected