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

Method testLongLiteral

src/test/java/pascal/taie/ir/LiteralTest.java:53–55  ·  view source on GitHub ↗
(long l)

Source from the content-addressed store, hash-verified

51 }
52
53 private static void testLongLiteral(long l) {
54 assertEquals(LongLiteral.get(l).getValue(), l);
55 }
56
57 private static void testFloatLiteral(float f) {
58 assertEquals(FloatLiteral.get(f).getValue(), f, 0);

Callers 1

testNumericLiteralMethod · 0.95

Calls 2

getMethod · 0.95
getValueMethod · 0.45

Tested by

no test coverage detected