Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ setTestFile
Method
setTestFile
src/test/java/com/amazon/ion/BadIonTest.java:44–50 ·
view source on GitHub ↗
(File file)
Source
from the content-addressed store, hash-verified
42
private
boolean myFileIsBinary;
43
44
public
void
setTestFile(File file)
45
{
46
myTestFile = file;
47
48
String fileName = file.getName();
49
myFileIsBinary = fileName.endsWith(
".10n"
);
50
}
51
52
53
@Test
Callers
nothing calls this directly
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected