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

Method testNegative4

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

Source from the content-addressed store, hash-verified

71 }
72
73 @Test(expected=RecognitionException.class)
74 public void testNegative4() throws IOException, RecognitionException {
75 shouldFail("A = load 'x'; B = ( filter A by $0 == 0 ) as (a:bytearray, b:long);");
76 }
77
78 @Test(expected=RecognitionException.class)
79 public void testNegative5() throws IOException, RecognitionException {

Callers

nothing calls this directly

Calls 1

shouldFailMethod · 0.95

Tested by

no test coverage detected