()
| 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 { |
nothing calls this directly
no test coverage detected