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
Throwable
public void on(@Observes(precedence=100) AfterClass event) throws Throwable
Throwable
public void on(@Observes(precedence=-100) BeforeTestLifecycleEvent event) throws Throwable
Throwable
public void on(@Observes(precedence=100) AfterTestLifecycleEvent event) throws Throwable
Throwable
Copyright © 2018 JBoss by Red Hat. All rights reserved.