()
| 72 | } |
| 73 | |
| 74 | @Test |
| 75 | public void testGoalSaveCornerKick() throws ScannerException, ParserException { |
| 76 | |
| 77 | Statement parsedStatement = parseStatement(GS_CORNER_KICK); |
| 78 | |
| 79 | assertEquals(ActionOutcome.getEntity("GS"), parsedStatement.getActionOutcome()); |
| 80 | assertEquals(StateContext.getEntity("C"), parsedStatement.getStateOut().getContext()); |
| 81 | } |
| 82 | |
| 83 | @Test |
| 84 | public void testShotOffTarget() throws ScannerException, ParserException { |
nothing calls this directly
no test coverage detected