MCPcopy Create free account
hub / github.com/apache/tomcat / testAdd02

Method testAdd02

test/org/apache/el/lang/TestELArithmetic.java:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 @Test
39 public void testAdd02() {
40 ELProcessor processor = new ELProcessor();
41 Long result = processor.eval("null + null");
42 Assert.assertEquals(Long.valueOf(0), result);
43 }
44
45 @Test
46 public void testSubtract01() throws Exception {

Callers

nothing calls this directly

Calls 2

evalMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected