Uses of Package
org.springframework.test.context.support
Packages that use org.springframework.test.context.support Package Description org.springframework.test.context.event Test event support classes for the Spring TestContext Framework.org.springframework.test.context.jdbc JDBC support classes for the Spring TestContext Framework, including support for declarative SQL script execution via@Sql.org.springframework.test.context.support Support classes for the Spring TestContext Framework.org.springframework.test.context.transaction Transactional support classes for the Spring TestContext Framework.org.springframework.test.context.web Web support classes for the Spring TestContext Framework.Classes in org.springframework.test.context.support used by org.springframework.test.context.event Class Description AbstractTestExecutionListener Abstract ordered implementation of theTestExecutionListenerAPI.Classes in org.springframework.test.context.support used by org.springframework.test.context.jdbc Class Description AbstractTestExecutionListener Abstract ordered implementation of theTestExecutionListenerAPI.Classes in org.springframework.test.context.support used by org.springframework.test.context.support Class Description AbstractContextLoader Abstract application context loader that provides a basis for all concrete implementations of theContextLoaderSPI.AbstractDelegatingSmartContextLoader AbstractDelegatingSmartContextLoaderserves as an abstract base class for implementations of theSmartContextLoaderSPI that delegate to a set of candidate SmartContextLoaders (i.e., one that supports XML configuration files or Groovy scripts and one that supports annotated classes) to determine which context loader is appropriate for a given test class's configuration.AbstractDirtiesContextTestExecutionListener Abstract 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.AbstractGenericContextLoader Abstract, generic extension ofAbstractContextLoaderthat loads aGenericApplicationContext.AbstractTestContextBootstrapper Abstract implementation of theTestContextBootstrapperinterface which provides most of the behavior required by a bootstrapper.AbstractTestExecutionListener Abstract ordered implementation of theTestExecutionListenerAPI.DefaultTestContext Default implementation of theTestContextinterface.GenericXmlContextLoader Concrete implementation ofAbstractGenericContextLoaderthat reads bean definitions from XML resources.Classes in org.springframework.test.context.support used by org.springframework.test.context.transaction Class Description AbstractTestExecutionListener Abstract ordered implementation of theTestExecutionListenerAPI.Classes in org.springframework.test.context.support used by org.springframework.test.context.web Class Description AbstractContextLoader Abstract application context loader that provides a basis for all concrete implementations of theContextLoaderSPI.AbstractDelegatingSmartContextLoader AbstractDelegatingSmartContextLoaderserves as an abstract base class for implementations of theSmartContextLoaderSPI that delegate to a set of candidate SmartContextLoaders (i.e., one that supports XML configuration files or Groovy scripts and one that supports annotated classes) to determine which context loader is appropriate for a given test class's configuration.AbstractTestContextBootstrapper Abstract implementation of theTestContextBootstrapperinterface which provides most of the behavior required by a bootstrapper.AbstractTestExecutionListener Abstract ordered implementation of theTestExecutionListenerAPI.DefaultTestContextBootstrapper Default implementation of theTestContextBootstrapperSPI.