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

Method setUp

test/org/apache/pig/parser/TestErrorHandling.java:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 private PigServer pig = null;
35
36 @Before
37 public void setUp() throws Exception{
38 pig = new PigServer(ExecType.LOCAL, new Properties());
39 pig.setValidateEachStatement(true);
40 }
41
42 @Test // Error from SchemaAliasVisitor
43 public void tesNegative1() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected