Package org.springframework.test.context.event.annotation
package org.springframework.test.context.event.annotation
Test event annotations for the Spring TestContext Framework.
-
Annotation InterfacesClassDescription
@EventListenerannotation used to consume aAfterTestClassEventpublished by theEventPublishingTestExecutionListener.@EventListenerannotation used to consume aAfterTestExecutionEventpublished by theEventPublishingTestExecutionListener.@EventListenerannotation used to consume aAfterTestMethodEventpublished by theEventPublishingTestExecutionListener.@EventListenerannotation used to consume aBeforeTestClassEventpublished by theEventPublishingTestExecutionListener.@EventListenerannotation used to consume aBeforeTestExecutionpublished by theEventPublishingTestExecutionListener.@EventListenerannotation used to consume aBeforeTestMethodEventpublished by theEventPublishingTestExecutionListener.@EventListenerannotation used to consume aPrepareTestInstanceEventpublished by theEventPublishingTestExecutionListener.