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

Method testFactoryFloat

src/test/java/com/amazon/ion/FloatTest.java:86–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84
85
86 @Test
87 public void testFactoryFloat()
88 {
89 IonFloat value = system().newNullFloat();
90 checkNullFloat(value);
91 modifyFloat(value);
92 }
93
94 @Test
95 public void testTextNullFloat()

Callers

nothing calls this directly

Calls 4

checkNullFloatMethod · 0.95
modifyFloatMethod · 0.95
newNullFloatMethod · 0.65
systemMethod · 0.45

Tested by

no test coverage detected