Uses of Class
org.springframework.test.context.support.AbstractTestExecutionListener
Packages that use AbstractTestExecutionListener
Package
Description
Support case-by-case Bean overriding in Spring tests.
Bean overriding mechanism based on Mockito mocking and spying.
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.bean.override
Modifier and TypeClassDescriptionclassTestExecutionListenerthat enables@BeanOverridesupport in tests, by injecting overridden beans in appropriate fields of the test instance. -
Uses of AbstractTestExecutionListener in org.springframework.test.context.bean.override.mockito
Subclasses of AbstractTestExecutionListener in org.springframework.test.context.bean.override.mockitoModifier and TypeClassDescriptionclassTestExecutionListenerthat resets any mock beans that have been marked with aMockReset. -
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 makes sure that common caches are cleared once they are no longer required.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.