| Name | Description | Type | Package | Framework |
| AbstractContextLoader | Abstract application context loader that provides a basis for all concreteTemplate Method based approach for processing | Class | org.springframework.test.context.support | Spring MVC |
| AbstractDelegatingSmartContextLoader | AbstractDelegatingSmartContextLoader serves as an abstract base classfor implementations of the SmartContextLoader SPI that delegate to a | Class | org.springframework.test.context.support | Spring MVC |
| AbstractDirtiesContextTestExecutionListener | Abstract base class for TestExecutionListener implementations thatprovide support for marking the ApplicationContext associated with | Class | org.springframework.test.context.support | Spring MVC |
| AbstractGenericContextLoader | Abstract, generic extension of AbstractContextLoader that loads aGenericApplicationContext. | Class | org.springframework.test.context.support | Spring MVC |
| AbstractTestContextBootstrapper | Abstract implementation of the TestContextBootstrapper interface whichprovides most of the behavior required by a bootstrapper. | Class | org.springframework.test.context.support | Spring MVC |
| AbstractTestExecutionListener | Abstract implementation of the TestExecutionListener interface whichprovides empty method stubs. | Class | org.springframework.test.context.support | Spring MVC |
| AnnotationConfigContextLoader | Concrete implementation of AbstractGenericContextLoader that loadsbean definitions from annotated classes. | Class | org.springframework.test.context.support | Spring MVC |
| AnnotationConfigContextLoaderUtils | Utility methods for SmartContextLoaders that dealwith annotated classes (e. | Class | org.springframework.test.context.support | Spring MVC |
| DefaultActiveProfilesResolver | Default implementation of the ActiveProfilesResolver strategy thatresolves active bean definition profiles based solely on profiles | Class | org.springframework.test.context.support | Spring MVC |
| DefaultBootstrapContext | Default implementation of the BootstrapContext interface. | Class | org.springframework.test.context.support | Spring MVC |
| DefaultTestContext | Default implementation of the TestContext interface. | Class | org.springframework.test.context.support | Spring MVC |
| DefaultTestContextBootstrapper | Default implementation of the TestContextBootstrapper SPI. | Class | org.springframework.test.context.support | Spring MVC |
| DelegatingSmartContextLoader | DelegatingSmartContextLoader is a concrete implementation ofAbstractDelegatingSmartContextLoader that delegates to a | Class | org.springframework.test.context.support | Spring MVC |
| DependencyInjectionTestExecutionListener | TestExecutionListener which provides support for dependencyinjection and initialization of test instances. | Class | org.springframework.test.context.support | Spring MVC |
| DirtiesContextBeforeModesTestExecutionListener | TestExecutionListener which provides support for marking theApplicationContext associated with a test as dirty for | Class | org.springframework.test.context.support | Spring MVC |
| DirtiesContextTestExecutionListener | TestExecutionListener which provides support for marking theApplicationContext associated with a test as dirty for | Class | org.springframework.test.context.support | Spring MVC |
| GenericGroovyXmlContextLoader | Concrete implementation of AbstractGenericContextLoader that readsbean definitions from Groovy scripts and XML configuration files. | Class | org.springframework.test.context.support | Spring MVC |
| GenericPropertiesContextLoader | Concrete implementation of AbstractGenericContextLoader that readsbean definitions from Java Properties resources. | Class | org.springframework.test.context.support | Spring MVC |
| GenericXmlContextLoader | Concrete implementation of AbstractGenericContextLoader that readsbean definitions from XML resources. | Class | org.springframework.test.context.support | Spring MVC |
| TestPropertySourceUtils | Utility methods for working with @TestPropertySourceand adding test PropertySources to the Environment. | Class | org.springframework.test.context.support | Spring MVC |