org.jboss.arquillian.test.spi.event.suite
Class BeforeClass
java.lang.Object
org.jboss.arquillian.test.spi.event.suite.SuiteEvent
org.jboss.arquillian.test.spi.event.suite.ClassEvent
org.jboss.arquillian.test.spi.event.suite.ClassLifecycleEvent
org.jboss.arquillian.test.spi.event.suite.BeforeClass
- All Implemented Interfaces:
- Event, LifecycleEvent
public class BeforeClass
- extends ClassLifecycleEvent
Event fired Before the Class execution.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeforeClass
public BeforeClass(Class<?> testClass)
- Parameters:
testClass
- The source for this BeforeClass event
BeforeClass
public BeforeClass(Class<?> testClass,
LifecycleMethodExecutor executor)
- Parameters:
testClass
- The source for this BeforeClass eventexecutor
- A call back when the LifecycleMethod represented by this event should be invoked
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.