See: Description
| Interface | Description |
|---|---|
| ApplicationEvents |
ApplicationEvents encapsulates all application events that were fired during the execution of a single test method. |
| Annotation Type | Description |
|---|---|
| RecordApplicationEvents |
@RecordApplicationEvents is a class-level annotation that is used to
instruct the Spring TestContext Framework to record all
application events
that are published in the ApplicationContext during the execution of a single test. |