Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amazon-ion/ion-java
/ testTextNullInt
Method
testTextNullInt
src/test/java/com/amazon/ion/IntTest.java:75–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
@Test
76
public
void
testTextNullInt()
77
{
78
IonInt value = (IonInt) oneValue(
"null.int"
);
79
checkNullInt(value);
80
modifyInt(value);
81
}
82
83
84
@Test
Callers
nothing calls this directly
Calls
3
checkNullInt
Method · 0.95
modifyInt
Method · 0.95
oneValue
Method · 0.45
Tested by
no test coverage detected