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

Method testNegative2

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

Source from the content-addressed store, hash-verified

61 }
62
63 @Test(expected=RecognitionException.class)
64 public void testNegative2() throws IOException, RecognitionException {
65 shouldFail("A = load 'x'; B=(A);");
66 }
67
68 @Test(expected=RecognitionException.class)
69 public void testNegative3() throws IOException, RecognitionException {

Callers

nothing calls this directly

Calls 1

shouldFailMethod · 0.95

Tested by

no test coverage detected