public class RulesEnrichment extends BeforeTestLifecycleEvent
Constructor and Description |
---|
RulesEnrichment(Object testInstance,
org.junit.runners.model.TestClass testClassInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.TestClass |
getTestClassInstance() |
getExecutor
getTestInstance, getTestMethod
getTestClass
public RulesEnrichment(Object testInstance, org.junit.runners.model.TestClass testClassInstance, Method testMethod, LifecycleMethodExecutor executor)
testInstance
- The test case instance being testedtestClassInstance
- The TestClass
instance representing the test casetestMethod
- The test method that is about to be executedexecutor
- A call back when the LifecycleMethod represented by this event should be invokedCopyright © 2017 JBoss by Red Hat. All rights reserved.