(String input, String expected)
| 279 | |
| 280 | |
| 281 | private void doTestParser(String input, String expected) throws JasperException { |
| 282 | doTestParser(input, expected, input); |
| 283 | } |
| 284 | |
| 285 | private void doTestParser(String input, String expectedResult, String expectedBuilderOutput) |
| 286 | throws JasperException { |
no test coverage detected