MCPcopy Create free account
hub / github.com/LFYSec/MScan / testDoubleLiteral

Method testDoubleLiteral

src/test/java/pascal/taie/ir/LiteralTest.java:61–63  ·  view source on GitHub ↗
(double d)

Source from the content-addressed store, hash-verified

59 }
60
61 private static void testDoubleLiteral(double d) {
62 assertEquals(DoubleLiteral.get(d).getValue(), d, 0);
63 }
64}

Callers 1

testNumericLiteralMethod · 0.95

Calls 2

getMethod · 0.95
getValueMethod · 0.45

Tested by

no test coverage detected