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

Method testNegative3

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

Source from the content-addressed store, hash-verified

66 }
67
68 @Test(expected=RecognitionException.class)
69 public void testNegative3() throws IOException, RecognitionException {
70 shouldFail("A = load 'x';B = (A) as (a:int, b:long);");
71 }
72
73 @Test(expected=RecognitionException.class)
74 public void testNegative4() throws IOException, RecognitionException {

Callers

nothing calls this directly

Calls 1

shouldFailMethod · 0.95

Tested by

no test coverage detected