程序包 cn.taketoday.test.context.event.annotation
package cn.taketoday.test.context.event.annotation
Test execution event annotations for the TestContext Framework.
-
Annotation Interfaces类说明
@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.