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

Method testFactoryInt

src/test/java/com/amazon/ion/IntTest.java:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 // Test cases
66
67 @Test
68 public void testFactoryInt()
69 {
70 IonInt value = system().newNullInt();
71 checkNullInt(value);
72 modifyInt(value);
73 }
74
75 @Test
76 public void testTextNullInt()

Callers

nothing calls this directly

Calls 4

checkNullIntMethod · 0.95
modifyIntMethod · 0.95
newNullIntMethod · 0.65
systemMethod · 0.45

Tested by

no test coverage detected