Package org.springframework.test.context.event.annotation
package org.springframework.test.context.event.annotation
Test event annotations for the Spring TestContext Framework.
-
ClassDescription
@EventListener
annotation used to consume aAfterTestClassEvent
published by theEventPublishingTestExecutionListener
.@EventListener
annotation used to consume aAfterTestExecutionEvent
published by theEventPublishingTestExecutionListener
.@EventListener
annotation used to consume aAfterTestMethodEvent
published by theEventPublishingTestExecutionListener
.@EventListener
annotation used to consume aBeforeTestClassEvent
published by theEventPublishingTestExecutionListener
.@EventListener
annotation used to consume aBeforeTestExecution
published by theEventPublishingTestExecutionListener
.@EventListener
annotation used to consume aBeforeTestMethodEvent
published by theEventPublishingTestExecutionListener
.@EventListener
annotation used to consume aPrepareTestInstanceEvent
published by theEventPublishingTestExecutionListener
.