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

Method testNegative5

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

Source from the content-addressed store, hash-verified

76 }
77
78 @Test(expected=RecognitionException.class)
79 public void testNegative5() throws IOException, RecognitionException {
80 shouldFail("A = load 'x'; D = group A by $0:long;");
81 }
82
83 @Test(expected=RecognitionException.class)
84 public void testNegative6() throws IOException, RecognitionException {

Callers

nothing calls this directly

Calls 1

shouldFailMethod · 0.95

Tested by

no test coverage detected