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

Method testMax1

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

Source from the content-addressed store, hash-verified

47 }
48
49 @Test
50 public void testMax1()
51 {
52 final PJEP jep = new PJEP();
53
54 jep.parseExpression("max(5,8,1)");
55 final double value = jep.getValue();
56
57 assertEquals(8.0, value, 0.001, "max");
58 }
59
60 @Test
61 public void testMax2()

Callers

nothing calls this directly

Calls 2

parseExpressionMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected