
public class ClientBeforeAfterLifecycleEventExecuter extends Object
BeforeX event execution has a low precedence to execute as late in the Before Phase as possible.
AfterX event execution has a high precedence to execute as early in the After Phase as possible.
(compared to other Arquillian @Observers)
BeforeLifecycleEventExecuter| Constructor and Description |
|---|
ClientBeforeAfterLifecycleEventExecuter() |
| Modifier and Type | Method and Description |
|---|---|
void |
on(org.jboss.arquillian.test.spi.event.suite.AfterClass event) |
void |
on(org.jboss.arquillian.test.spi.event.suite.AfterTestLifecycleEvent event) |
void |
on(org.jboss.arquillian.test.spi.event.suite.BeforeClass event) |
void |
on(org.jboss.arquillian.test.spi.event.suite.BeforeTestLifecycleEvent event) |
public ClientBeforeAfterLifecycleEventExecuter()
public void on(@Observes(precedence=-100)
org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
throws Throwable
Throwablepublic void on(@Observes(precedence=100)
org.jboss.arquillian.test.spi.event.suite.AfterClass event)
throws Throwable
Throwablepublic void on(@Observes(precedence=-100)
org.jboss.arquillian.test.spi.event.suite.BeforeTestLifecycleEvent event)
throws Throwable
ThrowableCopyright © 2018 JBoss by Red Hat. All rights reserved.