
public class AllLifecycleEventExecutor extends Object
| Constructor and Description |
|---|
AllLifecycleEventExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
on(AfterClass event) |
void |
on(AfterTestLifecycleEvent event) |
void |
on(BeforeClass event) |
void |
on(BeforeTestLifecycleEvent event) |
public void on(@Observes(precedence=-100)
BeforeClass event)
throws Throwable
Throwablepublic void on(@Observes(precedence=100)
AfterClass event)
throws Throwable
Throwablepublic void on(@Observes(precedence=-100)
BeforeTestLifecycleEvent event)
throws Throwable
Throwablepublic void on(@Observes(precedence=100)
AfterTestLifecycleEvent event)
throws Throwable
ThrowableCopyright © 2021 JBoss by Red Hat. All rights reserved.