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

Method parseStatement

src/test/java/org/fgn/ParserTest.java:40–43  ·  view source on GitHub ↗
(String statement)

Source from the content-addressed store, hash-verified

38 private static final String UNSUPPORTED_DOMAIN_OBJECT = "52:25 L: A->Shoot => GS >> !Dggggg";
39
40 private Statement parseStatement(String statement) throws ScannerException, ParserException {
41 List<String> tokens = getTokens(statement);
42 return new Parser(tokens).parse();
43 }
44
45 @Before
46 public void setUp() throws IOException {

Callers 15

testActionOutcomeMethod · 0.95
testShotOffTargetMethod · 0.95
testGoalSaveCatchMethod · 0.95
testGoalAttemptMethod · 0.95
testParsedStatementMethod · 0.95
testEmptyCommentsMethod · 0.95

Calls 2

getTokensMethod · 0.95
parseMethod · 0.45

Tested by

no test coverage detected