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

Method runOr

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

Source from the content-addressed store, hash-verified

33public class OrCommandTest
34{
35 private static void runOr(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 first operand is true */
47 @Test

Callers 5

testOr01Method · 0.95
testOr02Method · 0.95
testOr03Method · 0.95
testOr04Method · 0.95
testOr05Method · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected