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

Method testIntLiteral

src/test/java/pascal/taie/ir/LiteralTest.java:49–51  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

47 }
48
49 private static void testIntLiteral(int i) {
50 assertEquals(IntLiteral.get(i).getValue(), i);
51 }
52
53 private static void testLongLiteral(long l) {
54 assertEquals(LongLiteral.get(l).getValue(), l);

Callers 1

testNumericLiteralMethod · 0.95

Calls 2

getMethod · 0.95
getValueMethod · 0.45

Tested by

no test coverage detected