|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.arquillian.test.spi.event.suite.SuiteEvent
org.jboss.arquillian.test.spi.event.suite.ClassEvent
org.jboss.arquillian.test.spi.event.suite.ClassLifecycleEvent
public class ClassLifecycleEvent
A ClassLifeCycleEvent is a type of ClassEvent used for e.g. @BeforeClass/@AfterClass operations on the TestClass.
Constructor Summary | |
---|---|
ClassLifecycleEvent(Class<?> testClass)
Create a new ClassLifecycleEvent for a specific Class. |
|
ClassLifecycleEvent(Class<?> testClass,
LifecycleMethodExecutor executor)
Create a new ClassLifecycleEvent for a specific Class. |
|
ClassLifecycleEvent(TestClass testClass)
Create a new ClassLifecycleEvent for a specific Class. |
|
ClassLifecycleEvent(TestClass testClass,
LifecycleMethodExecutor executor)
Create a new ClassLifecycleEvent for a specific Class. |
Method Summary | |
---|---|
LifecycleMethodExecutor |
getExecutor()
Get the call back handler for this lifecycle method. |
Methods inherited from class org.jboss.arquillian.test.spi.event.suite.ClassEvent |
---|
getTestClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassLifecycleEvent(Class<?> testClass)
testClass
- The source for this ClassEventpublic ClassLifecycleEvent(TestClass testClass)
testClass
- The source for this ClassEventpublic ClassLifecycleEvent(Class<?> testClass, LifecycleMethodExecutor executor)
testClass
- The source for this ClassEventexecutor
- A call back when the LifecycleMethod represented by this event should be invokedpublic ClassLifecycleEvent(TestClass testClass, LifecycleMethodExecutor executor)
testClass
- The source for this ClassEventexecutor
- A call back when the LifecycleMethod represented by this event should be invokedMethod Detail |
---|
public LifecycleMethodExecutor getExecutor()
LifecycleEvent
getExecutor
in interface LifecycleEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |