
public class Before extends BeforeTestLifecycleEvent
| Constructor and Description |
|---|
Before(Object testInstance,
Method testMethod) |
Before(Object testInstance,
Method testMethod,
LifecycleMethodExecutor executor) |
getExecutorgetTestInstance, getTestMethodgetTestClasspublic Before(Object testInstance, Method testMethod)
testInstance - The test case instance being testedtestMethod - The test method that is about to be executedpublic Before(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
testInstance - The test case instance being testedtestMethod - The test method that is about to be executedexecutor - A call back when the LifecycleMethod represented by this event should be invokedCopyright © 2020 JBoss by Red Hat. All rights reserved.