MCPcopy 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

checkNullIntMethod · 0.95
modifyIntMethod · 0.95
oneValueMethod · 0.45

Tested by

no test coverage detected