public class BeforeClass extends ClassLifecycleEvent
Constructor and Description |
---|
BeforeClass(Class<?> testClass) |
BeforeClass(Class<?> testClass,
LifecycleMethodExecutor executor) |
getExecutor
getTestClass
public BeforeClass(Class<?> testClass)
testClass
- The source for this BeforeClass eventpublic BeforeClass(Class<?> testClass, LifecycleMethodExecutor executor)
testClass
- The source for this BeforeClass eventexecutor
- A call back when the LifecycleMethod represented by this event should be invokedCopyright © 2017 JBoss by Red Hat. All rights reserved.