Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ testMod01
Method
testMod01
test/org/apache/el/lang/TestELArithmetic.java:84–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
@Test
85
public
void
testMod01() throws Exception {
86
Assert.assertEquals(
"1.1"
,
87
String.valueOf(ELArithmetic.mod(a, b)));
88
}
89
90
@Test
91
public
void
testMod02() {
Callers
nothing calls this directly
Calls
2
mod
Method · 0.95
valueOf
Method · 0.45
Tested by
no test coverage detected