MCPcopy Create free account
hub / github.com/PCGen/pcgen / testCeil1

Method testCeil1

code/src/test/pcgen/util/PJepTest.java:93–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 @Test
94 public void testCeil1()
95 {
96 final PJEP jep = new PJEP();
97
98 jep.parseExpression("ceil(5.7)");
99 final double value = jep.getValue();
100
101 assertEquals(6.0, value, 0.001, "ceil");
102 }
103
104 @Test
105 public void testCeil2()

Callers

nothing calls this directly

Calls 2

parseExpressionMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected