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

Method test2

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

Source from the content-addressed store, hash-verified

120 }
121
122 @Test
123 public void test2() throws IOException, RecognitionException {
124 shouldPass("A = load '/Users/gates/test/data/studenttab10'; B = foreach A generate ( $0 == 0 ? 1 : 0 );");
125 }
126
127 @Test
128 public void test3() throws IOException, RecognitionException {

Callers

nothing calls this directly

Calls 1

shouldPassMethod · 0.95

Tested by

no test coverage detected