MCPcopy Create free account
hub / github.com/apache/pig / tearDown

Method tearDown

test/org/apache/pig/test/TestStore.java:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 @After
100 public void tearDown() throws Exception {
101 Util.resetStateForExecModeSwitch();
102 Util.deleteDirectory(new File(TESTDIR));
103 Util.deleteFile(cluster, TESTDIR);
104 }
105
106 @Override
107 protected void setupPigServer() throws Exception {

Callers

nothing calls this directly

Calls 3

deleteDirectoryMethod · 0.95
deleteFileMethod · 0.95

Tested by

no test coverage detected