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

Method setUp

test/org/apache/pig/test/TestFilterOpString.java:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 private PigServer pig;
44
45 @Before
46 public void setUp() throws Exception {
47 FileLocalizer.deleteTempFiles();
48 pig = new PigServer(Util.getLocalTestMode());
49 }
50
51 @Test
52 public void testStringEq() throws Throwable {

Callers

nothing calls this directly

Calls 2

deleteTempFilesMethod · 0.95
getLocalTestModeMethod · 0.95

Tested by

no test coverage detected