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

Method runIf

code/src/test/plugin/jepcommands/IfCommandTest.java:35–44  ·  view source on GitHub ↗
(final Stack stack, final PostfixMathCommandI pCommand)

Source from the content-addressed store, hash-verified

33class IfCommandTest
34{
35 private static void runIf(final Stack stack, final PostfixMathCommandI pCommand)
36 {
37 try
38 {
39 pCommand.run(stack);
40 }
41 catch (ParseException ignored)
42 {
43 }
44 }
45
46 /* Test the case where the condition is a zero double */
47 @Test

Callers 4

testIf01Method · 0.95
testIf02Method · 0.95
testIf03Method · 0.95
testIf04Method · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected