Modifier and Type | Method and Description |
---|---|
private boolean |
ClientBeforeAfterLifecycleEventExecuter.isRunAsClient(TestLifecycleEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
AfterRules
Event fired After running the JUnit rules.
|
class |
BeforeRules
Event fired Before running the JUnit rules.
|
Modifier and Type | Method and Description |
---|---|
<T extends TestLifecycleEvent> |
EventTestRunnerAdaptor.fireCustomLifecycle(T event) |
Modifier and Type | Method and Description |
---|---|
<T extends TestLifecycleEvent> |
TestRunnerAdaptor.fireCustomLifecycle(T event)
Fire any custom Test Lifecycle event.
This can be used by a TestFramework to trigger e.g. |
Modifier and Type | Class and Description |
---|---|
class |
After
Event fired After the Test method execution.
|
class |
AfterTestLifecycleEvent
Events fired After the Test method execution
|
class |
Before
Event fired Before the Test method execution
|
class |
BeforeTestLifecycleEvent
Events fired Before the Test method execution
|