Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ testAdd01
Method
testAdd01
test/org/apache/el/lang/TestELArithmetic.java:32–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
new
BigInteger(
"1000000000000000000000"
);
31
32
@Test
33
public
void
testAdd01() throws Exception {
34
Assert.assertEquals(
"1000000000000000000001.1"
,
35
String.valueOf(ELArithmetic.add(a, b)));
36
}
37
38
@Test
39
public
void
testAdd02() {
Callers
nothing calls this directly
Calls
2
add
Method · 0.95
valueOf
Method · 0.45
Tested by
no test coverage detected