|
Arquillian Test SPI 1.0.0.CR1 | |||||||||
| 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 ClassEvent
public ClassLifecycleEvent(Class<?> testClass,
LifecycleMethodExecutor executor)
testClass - The source for this ClassEventexecutor - A call back when the LifecycleMethod represented by this event should be invoked
public ClassLifecycleEvent(TestClass testClass,
LifecycleMethodExecutor executor)
testClass - The source for this ClassEventexecutor - A call back when the LifecycleMethod represented by this event should be invoked| Method Detail |
|---|
public LifecycleMethodExecutor getExecutor()
LifecycleEvent
getExecutor in interface LifecycleEvent
|
Arquillian Test SPI 1.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||