Uses of Class
org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent
-
Packages that use TestLifecycleEvent Package Description org.jboss.arquillian.test.spi org.jboss.arquillian.test.spi.event.suite -
-
Uses of TestLifecycleEvent in org.jboss.arquillian.test.spi
Methods in org.jboss.arquillian.test.spi with type parameters of type TestLifecycleEvent Modifier and Type Method Description <T extends TestLifecycleEvent>
voidTestRunnerAdaptor. fireCustomLifecycle(T event)Fire any custom Test Lifecycle event.
This can be used by a TestFramework to trigger e.g. additional Lifecycle phases not described directly by the Test SPI. -
Uses of TestLifecycleEvent in org.jboss.arquillian.test.spi.event.suite
Subclasses of TestLifecycleEvent in org.jboss.arquillian.test.spi.event.suite Modifier and Type Class Description classAfterEvent fired After the Test method execution.classAfterTestLifecycleEventEvents fired After the Test method executionclassBeforeEvent fired Before the Test method executionclassBeforeTestLifecycleEventEvents fired Before the Test method execution
-