
public class Before extends TestLifecycleEvent
| 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 © 2014 JBoss by Red Hat. All Rights Reserved.