Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testNumericLiteral
Method · 0.95
Calls
2
get
Method · 0.95
getValue
Method · 0.45
Tested by
no test coverage detected