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

Method testRule

code/src/test/pcgen/core/prereq/PreRuleTest.java:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 @Test
55 public void testRule() throws Exception
56 {
57 // if ruleEnabled is launch before disabled, the disabled assert are wrong.
58 ruleDisabled();
59 ruleEnabled();
60 }
61
62 /**
63 * Test to ensure that we return false when races don't match.

Callers

nothing calls this directly

Calls 2

ruleDisabledMethod · 0.95
ruleEnabledMethod · 0.95

Tested by

no test coverage detected