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

Method testNegative6

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

Source from the content-addressed store, hash-verified

81 }
82
83 @Test(expected=RecognitionException.class)
84 public void testNegative6() throws IOException, RecognitionException {
85 shouldFail("A = load '/Users/gates/test/data/studenttab10'; B = foreach A generate $0, 3.0e10.1;");
86 }
87
88 @Test // test error message with file name
89 public void testNagative7() throws IOException {

Callers

nothing calls this directly

Calls 1

shouldFailMethod · 0.95

Tested by

no test coverage detected