()
| 71 | } |
| 72 | |
| 73 | @Before |
| 74 | public void setUp() throws Exception { |
| 75 | Util.resetStateForExecModeSwitch(); |
| 76 | pigContext = new PigContext(Util.getLocalTestMode(), getProperties()); |
| 77 | input = File.createTempFile("PigContextTest-", ".txt"); |
| 78 | } |
| 79 | |
| 80 | @AfterClass |
| 81 | public static void oneTimeTearDown() throws Exception { |
nothing calls this directly
no test coverage detected