()
| 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. |
nothing calls this directly
no test coverage detected