Package | Description |
---|---|
com.carrotsearch.randomizedtesting.rules |
Modifier and Type | Class and Description |
---|---|
class |
NoClassHooksShadowingRule
Don't allow
BeforeClass and AfterClass hook shadowing as it is most
likely a user error. |
class |
NoInstanceHooksOverridesRule
Don't allow
Before and After hook overrides as it is most
likely a user error and will result in superclass methods not being called
(requires manual chaining). |
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.