| Class | Description |
|---|---|
| NoClassHooksShadowingRule |
Don't allow
BeforeClass and AfterClass hook shadowing as it is most
likely a user error. |
| NoInstanceHooksOverridesRule | |
| NoShadowingOrOverridesOnMethodsRule |
Discovers shadowing or override relationships among methods annotated with any of the
provided annotations.
|
| RequireAssertionsRule |
Require assertions
TestRule. |
| StatementAdapter |
An abstract
Statement that guarantees the execution of
StatementAdapter.afterAlways(java.util.List<java.lang.Throwable>) even if an exception has been thrown from delegate
Statement. |
| StaticFieldsInvariantRule |
A
TestRule that ensures static, reference fields of the suite class
(and optionally its superclasses) are cleaned up after a suite is completed. |
| SystemPropertiesInvariantRule | |
| SystemPropertiesRestoreRule | |
| TestRuleAdapter |
An abstract
TestRule that guarantees the execution of
afterAlways(java.util.List<java.lang.Throwable>) even if an exception has been thrown from delegate
Statement. |
Copyright © 2011-2013 Carrot Search s.c.. All Rights Reserved.