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

Method checkLoadPath

test/org/apache/pig/test/TestLoad.java:300–302  ·  view source on GitHub ↗
(String orig, String expected)

Source from the content-addressed store, hash-verified

298 }
299
300 private void checkLoadPath(String orig, String expected) throws Exception {
301 checkLoadPath(orig, expected, false);
302 }
303
304 private void checkLoadPath(String orig, String expected,
305 boolean noConversionExpected) throws Exception {

Callers 13

testLoadRemoteRelMethod · 0.95
testLoadRemoteAbsMethod · 0.95
testLoadRemoteAbsAuthMethod · 0.95
testGlobCharsMethod · 0.95

Calls 13

setActiveContainerMethod · 0.95
asContainerMethod · 0.95
parseMethod · 0.95
getFileSpecMethod · 0.95
getDfsMethod · 0.80
setPropertyMethod · 0.65
sizeMethod · 0.65
getMethod · 0.65
getSourcesMethod · 0.65
getPropertiesMethod · 0.45
getFileNameMethod · 0.45
getExecTypeMethod · 0.45

Tested by

no test coverage detected