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

Method assertEquals

test/org/apache/pig/pigunit/PigTest.java:443–445  ·  view source on GitHub ↗
(String expected, String current)

Source from the content-addressed store, hash-verified

441 }
442
443 protected void assertEquals(String expected, String current) {
444 Assert.assertEquals(expected, current);
445 }
446
447 private static String readFile(String path) throws IOException {
448 return readFile(new File(path));

Calls

no outgoing calls

Tested by

no test coverage detected