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

Method tearDown

test/org/apache/pig/test/TestParser.java:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

shutdownMethod · 0.45

Tested by

no test coverage detected