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

Method setUp

test/org/apache/pig/test/TestPigContext.java:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 4

getLocalTestModeMethod · 0.95
getPropertiesMethod · 0.95
createTempFileMethod · 0.45

Tested by

no test coverage detected