()
| 576 | } |
| 577 | |
| 578 | @Test |
| 579 | public void simpleNegativeTest2() throws Exception { |
| 580 | String[] args = { "-x", execType, "-c", "-e", "this is a test" }; |
| 581 | PigStats stats = PigRunner.run(args, new TestNotificationListener(execType)); |
| 582 | assertTrue(stats.getReturnCode() == ReturnCode.ILLEGAL_ARGS); |
| 583 | } |
| 584 | |
| 585 | @Test |
| 586 | public void simpleNegativeTest3() throws Exception { |
nothing calls this directly
no test coverage detected