MCPcopy Create free account
hub / github.com/atas76/openengine / testGoalAttempt

Method testGoalAttempt

src/test/java/org/fgn/ParserTest.java:102–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 4

parseStatementMethod · 0.95
getEntityMethod · 0.95
getStateOutMethod · 0.95
getContextMethod · 0.45

Tested by

no test coverage detected