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

Method testCeil2

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

Source from the content-addressed store, hash-verified

102 }
103
104 @Test
105 public void testCeil2()
106 {
107 final PJEP jep = new PJEP();
108
109 jep.parseExpression("ceil(-5.7)");
110 final double value = jep.getValue();
111
112 assertEquals(-5.0, value, 0.001, "ceil");
113 }
114
115 @Test
116 public void testIf()

Callers

nothing calls this directly

Calls 2

parseExpressionMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected