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 theTestExecutionListener
API.Classes in org.springframework.test.context.support used by org.springframework.test.context.jdbc Class Description AbstractTestExecutionListener Abstract ordered implementation of theTestExecutionListener
API.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 theContextLoader
SPI.AbstractDelegatingSmartContextLoader AbstractDelegatingSmartContextLoader
serves as an abstract base class for implementations of theSmartContextLoader
SPI 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 forTestExecutionListener
implementations that provide support for marking theApplicationContext
associated with a test as dirty for both test classes and test methods annotated with the@DirtiesContext
annotation.AbstractGenericContextLoader Abstract, generic extension ofAbstractContextLoader
that loads aGenericApplicationContext
.AbstractTestContextBootstrapper Abstract implementation of theTestContextBootstrapper
interface which provides most of the behavior required by a bootstrapper.AbstractTestExecutionListener Abstract ordered implementation of theTestExecutionListener
API.DefaultTestContext Default implementation of theTestContext
interface.GenericXmlContextLoader Concrete implementation ofAbstractGenericContextLoader
that 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 theTestExecutionListener
API.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 theContextLoader
SPI.AbstractDelegatingSmartContextLoader AbstractDelegatingSmartContextLoader
serves as an abstract base class for implementations of theSmartContextLoader
SPI 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 theTestContextBootstrapper
interface which provides most of the behavior required by a bootstrapper.AbstractTestExecutionListener Abstract ordered implementation of theTestExecutionListener
API.DefaultTestContextBootstrapper Default implementation of theTestContextBootstrapper
SPI.