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

Method testNegative1

test/org/apache/pig/parser/TestQueryParser.java:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 @Test
58 // After PIG-438, realias statement is valid
59 public void testNegative1() throws IOException, RecognitionException {
60 shouldPass("A = load 'x'; B=A;");
61 }
62
63 @Test(expected=RecognitionException.class)
64 public void testNegative2() throws IOException, RecognitionException {

Callers

nothing calls this directly

Calls 1

shouldPassMethod · 0.95

Tested by

no test coverage detected