()
| 51 | protected PigServer pigServer; |
| 52 | |
| 53 | @After |
| 54 | public void tearDown() throws Exception { |
| 55 | pigServer.shutdown(); |
| 56 | Util.resetStateForExecModeSwitch(); |
| 57 | } |
| 58 | |
| 59 | @AfterClass |
| 60 | public static void oneTimeTearDown() throws Exception { |
nothing calls this directly
no test coverage detected