Uses of Package
org.springframework.test.context.support
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.
-
-
-
-
-
ClassDescriptionAbstract application context loader that provides a basis for all concrete implementations of the
ContextLoader
SPI.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.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.Abstract, generic extension ofAbstractContextLoader
that loads aGenericApplicationContext
.Abstract implementation of theTestContextBootstrapper
interface which provides most of the behavior required by a bootstrapper.Abstract ordered implementation of theTestExecutionListener
API.Default implementation of theTestContext
interface.Concrete implementation ofAbstractGenericContextLoader
that reads bean definitions from XML resources.Strategy for providing named properties — for example, for looking up key-value pairs in a generic fashion. -
-
ClassDescriptionAbstract application context loader that provides a basis for all concrete implementations of the
ContextLoader
SPI.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.Abstract implementation of theTestContextBootstrapper
interface which provides most of the behavior required by a bootstrapper.Abstract ordered implementation of theTestExecutionListener
API.Default implementation of theTestContextBootstrapper
SPI.