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

Method setUp

test/org/apache/pig/test/TestLoad.java:72–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 private static final String WORKING_DIR = "/tmp/test" + java.util.UUID.randomUUID();
71
72 @Before
73 public void setUp() throws Exception {
74 FileLocalizer.deleteTempFiles();
75 servers = new PigServer[] {
76 new PigServer(cluster.getExecType(), cluster.getProperties()),
77 new PigServer(Util.getLocalTestMode(), new Properties())
78 };
79 }
80
81 @Test
82 public void testGetNextTuple() throws IOException {

Callers

nothing calls this directly

Calls 4

deleteTempFilesMethod · 0.95
getLocalTestModeMethod · 0.95
getExecTypeMethod · 0.45
getPropertiesMethod · 0.45

Tested by

no test coverage detected