()
| 100 | } |
| 101 | |
| 102 | @Test |
| 103 | public void testGoalAttempt() throws ScannerException, ParserException { |
| 104 | |
| 105 | Statement parsedStatement = parseStatement(GOAL_ATTEMPT_STATEMENT); |
| 106 | |
| 107 | assertEquals(StateContext.getEntity("GK"), parsedStatement.getStateOut().getContext()); |
| 108 | } |
| 109 | |
| 110 | @Test |
| 111 | public void testParsedStatement() throws ScannerException, ParserException { |
nothing calls this directly
no test coverage detected