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

Method assertOutput

test/org/apache/pig/pigunit/PigTest.java:380–382  ·  view source on GitHub ↗
(String[] expected)

Source from the content-addressed store, hash-verified

378 }
379
380 public void assertOutput(String[] expected) throws IOException, ParseException {
381 assertOutput(expected, false);
382 }
383
384 private void assertOutput(String[] expected, boolean ignoreOrder) throws IOException, ParseException {
385 registerScript();

Callers 15

assertOutputAnyOrderMethod · 0.95
testNtoNMethod · 0.80
testImplicitNtoNMethod · 0.80
testTextInputMethod · 0.80
testDelimiterMethod · 0.80
testSubsetMethod · 0.80
testOverrideMethod · 0.80
testInlinePigScriptMethod · 0.80
testFileOutputMethod · 0.80
testArgFilesMethod · 0.80
testWithUdfMethod · 0.80
testWithMockMethod · 0.80

Calls 13

registerScriptMethod · 0.95
assertEqualsMethod · 0.95
joinMethod · 0.95
getActualResultsMethod · 0.95
readFileMethod · 0.95
stringifySchemaMethod · 0.95
getPigServerMethod · 0.95
mockAliasMethod · 0.95
sortMethod · 0.80
splitMethod · 0.80
dumpSchemaMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected