Uses of Class
org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent
Packages that use TestLifecycleEvent
-
Uses of TestLifecycleEvent in org.jboss.arquillian.test.spi
Methods in org.jboss.arquillian.test.spi with type parameters of type TestLifecycleEventModifier and TypeMethodDescription<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.suiteModifier and TypeClassDescriptionclassEvent fired After the Test method execution.classEvents fired After the Test method executionclassEvent fired Before the Test method executionclassEvents fired Before the Test method execution