Uses of Class
org.springframework.test.context.support.AbstractTestExecutionListener
Packages that use AbstractTestExecutionListener
Package
Description
Test event support classes for the Spring TestContext Framework.
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql.Support classes for the Spring TestContext Framework.
Transactional support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
-
Uses of AbstractTestExecutionListener in org.springframework.test.context.event
Subclasses of AbstractTestExecutionListener in org.springframework.test.context.eventModifier and TypeClassDescriptionclassTestExecutionListenerwhich provides support forApplicationEvents.classTestExecutionListenerthat publishes test execution events to theApplicationContextfor the currently executing test. -
Uses of AbstractTestExecutionListener in org.springframework.test.context.jdbc
Subclasses of AbstractTestExecutionListener in org.springframework.test.context.jdbcModifier and TypeClassDescriptionclassTestExecutionListenerthat provides support for executing SQLscriptsand inlinedstatementsconfigured via the@Sqlannotation. -
Uses of AbstractTestExecutionListener in org.springframework.test.context.support
Subclasses of AbstractTestExecutionListener in org.springframework.test.context.supportModifier and TypeClassDescriptionclassAbstract 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. -
Uses of AbstractTestExecutionListener in org.springframework.test.context.transaction
Modifier and TypeClassDescriptionclassTestExecutionListenerthat provides support for executing tests within test-managed transactions by honoring Spring's@Transactionalannotation. -
Uses of AbstractTestExecutionListener in org.springframework.test.context.web
Subclasses of AbstractTestExecutionListener in org.springframework.test.context.webModifier and TypeClassDescriptionclassTestExecutionListenerwhich provides mock Servlet API support toWebApplicationContextsloaded by the Spring TestContext Framework.