MCPcopy Create free account
hub / github.com/dynjs/dynjs / testHexStringToNumber

Method testHexStringToNumber

src/test/java/org/dynjs/runtime/TypesTest.java:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 @Test
15 public void testHexStringToNumber() {
16 assertThat( Types.toNumber( getContext(), "0xFF" ) ).isEqualTo( 255L );
17 }
18
19 @Test
20 public void testNull() {

Callers

nothing calls this directly

Calls 2

toNumberMethod · 0.95
getContextMethod · 0.80

Tested by

no test coverage detected