MCPcopy 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

modMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected