(String[] expected)
| 378 | } |
| 379 | |
| 380 | public void assertOutput(String[] expected) throws IOException, ParseException { |
| 381 | assertOutput(expected, false); |
| 382 | } |
| 383 | |
| 384 | private void assertOutput(String[] expected, boolean ignoreOrder) throws IOException, ParseException { |
| 385 | registerScript(); |
no test coverage detected