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

Method testSetValue

src/test/java/com/amazon/ion/DecimalTest.java:344–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342
343
344 @Test
345 public void testSetValue()
346 {
347 IonDecimal value = decimal("1.23");
348 value.setValue(123);
349 checkDecimal(123, 0, value.bigDecimalValue());
350 }
351
352 @Test
353 public void testIsNumeric()

Callers

nothing calls this directly

Calls 4

setValueMethod · 0.95
checkDecimalMethod · 0.95
bigDecimalValueMethod · 0.95
decimalMethod · 0.80

Tested by

no test coverage detected