Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ testMod02
Method
testMod02
test/org/apache/el/lang/TestELArithmetic.java:90–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
@Test
91
public
void
testMod02() {
92
ELProcessor processor =
new
ELProcessor();
93
Long result = processor.eval(
"null % null"
);
94
Assert.assertEquals(Long.valueOf(0), result);
95
}
96
97
@Test
98
public
void
testMod03() {
Callers
nothing calls this directly
Calls
2
eval
Method · 0.95
valueOf
Method · 0.45
Tested by
no test coverage detected