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

Method testEmptyComments

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

Source from the content-addressed store, hash-verified

146 }
147
148 @Test
149 public void testEmptyComments() throws ScannerException, ParserException {
150 Statement parsedStatement = parseStatement("#");
151 assertEquals("", parsedStatement.getComment());
152 }
153
154 @Test
155 public void testParameterisedStateParsing() throws ScannerException, ParserException {

Callers

nothing calls this directly

Calls 2

parseStatementMethod · 0.95
getCommentMethod · 0.95

Tested by

no test coverage detected