类的使用
cn.taketoday.test.context.support.AbstractTestExecutionListener
程序包
说明
Mockito integration for tests.
Test event support classes for the TestContext Framework.
JDBC support classes for the TestContext Framework,
including support for declarative SQL script execution via
@Sql.Support classes for the TestContext Framework.
Transactional support classes for the TestContext Framework.
Web support classes for the TestContext Framework.
-
cn.taketoday.framework.test.mock.mockito中AbstractTestExecutionListener的使用
修饰符和类型类说明classclassTestExecutionListenerto reset any mock beans that have been marked with aMockReset. -
cn.taketoday.test.context.event中AbstractTestExecutionListener的使用
修饰符和类型类说明classTestExecutionListenerwhich provides support forApplicationEvents.classTestExecutionListenerthat publishes test execution events to theApplicationContextfor the currently executing test. -
cn.taketoday.test.context.jdbc中AbstractTestExecutionListener的使用
修饰符和类型类说明classTestExecutionListenerthat provides support for executing SQLscriptsand inlinedstatementsconfigured via the@Sqlannotation. -
cn.taketoday.test.context.support中AbstractTestExecutionListener的使用
修饰符和类型类说明classAbstract base class forTestExecutionListenerimplementations that provide support for marking theApplicationContextassociated with a test as dirty for both test classes and test methods annotated with the@DirtiesContextannotation.classTestExecutionListenerwhich provides support for dependency injection and initialization of test instances.classTestExecutionListenerwhich provides support for marking theApplicationContextassociated with a test as dirty for both test classes and test methods annotated with the@DirtiesContextannotation.classTestExecutionListenerwhich provides support for marking theApplicationContextassociated with a test as dirty for both test classes and test methods annotated with the@DirtiesContextannotation. -
cn.taketoday.test.context.transaction中AbstractTestExecutionListener的使用
修饰符和类型类说明classTestExecutionListenerthat provides support for executing tests within test-managed transactions by honoring Framework's@Transactionalannotation. -
cn.taketoday.test.context.web中AbstractTestExecutionListener的使用
修饰符和类型类说明classTestExecutionListenerwhich provides mock Servlet API support toWebServletApplicationContextloaded by the Infra TestContext Framework.