MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / loadTestFile

Method loadTestFile

src/test/java/com/amazon/ion/IonTestCase.java:247–252  ·  view source on GitHub ↗

Reads the content of an Ion file contained in the test data suite. @param path is relative to the testdata directory. @throws FileNotFoundException @throws IOException

(String path)

Source from the content-addressed store, hash-verified

245 * @throws IOException
246 */
247 public IonDatagram loadTestFile(String path)
248 throws IOException
249 {
250 File file = getTestdataFile(path);
251 return load(file);
252 }
253
254 public IonDatagram load(File ionFile)
255 throws IonException, IOException

Calls 2

getTestdataFileMethod · 0.95
loadMethod · 0.95

Tested by

no test coverage detected