(String query)
| 384 | } |
| 385 | |
| 386 | private void shouldFail(String query) throws RecognitionException, IOException { |
| 387 | System.out.println("Testing: " + query); |
| 388 | parse( query ); |
| 389 | } |
| 390 | |
| 391 | private int parse(String query) throws IOException, RecognitionException { |
| 392 | CharStream input = new QueryParserStringStream( query, null ); |
no test coverage detected