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

Method testHexadecimal

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

Source from the content-addressed store, hash-verified

235 }
236
237 @Test
238 public void testHexadecimal()
239 {
240 checkInt(-3, oneValue("-0x3"));
241 checkInt(-3, oneValue("-0x0003"));
242 badValue("0x");
243 badValue("-0x");
244 }
245
246 @Test
247 public void testIntsFromSuite()

Callers

nothing calls this directly

Calls 3

checkIntMethod · 0.45
oneValueMethod · 0.45
badValueMethod · 0.45

Tested by

no test coverage detected