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

Method setTestFile

src/test/java/com/amazon/ion/GoodIonTest.java:40–46  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

38 private boolean myFileIsBinary;
39
40 public void setTestFile(File file)
41 {
42 myTestFile = file;
43
44 String fileName = file.getName();
45 myFileIsBinary = fileName.endsWith(".10n");
46 }
47
48
49 @Test

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected