Class AllLifecycleEventExecutor
- java.lang.Object
-
- org.jboss.arquillian.junit.standalone.AllLifecycleEventExecutor
-
public class AllLifecycleEventExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description AllLifecycleEventExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidon(AfterClass event)voidon(AfterTestLifecycleEvent event)voidon(BeforeClass event)voidon(BeforeTestLifecycleEvent event)
-
-
-
Method Detail
-
on
public void on(@Observes(precedence=-100) BeforeClass event) throws Throwable- Throws:
Throwable
-
on
public void on(@Observes(precedence=100) AfterClass event) throws Throwable- Throws:
Throwable
-
on
public void on(@Observes(precedence=-100) BeforeTestLifecycleEvent event) throws Throwable- Throws:
Throwable
-
on
public void on(@Observes(precedence=100) AfterTestLifecycleEvent event) throws Throwable- Throws:
Throwable
-
-