Generated by
JDiff

Package org.springframework.test.context

Added Classes and Interfaces
BootstrapContext {@code BootstrapContext} encapsulates the context in which the Spring TestContext Framework is bootstrapped.
BootstrapWith {@code @BootstrapWith} defines class-level metadata that is used to determine how to bootstrap the Spring TestContext Framework.
TestContextBootstrapper {@code TestContextBootstrapper} defines a strategy SPI for bootstrapping the Spring TestContext Framework.
 

Changed Classes and Interfaces
CacheAwareContextLoaderDelegate A {@code CacheAwareContextLoaderDelegate} is responsible for #loadContext loading and #closeContext closing application contexts, interacting transparently with a context cache behind the scenes.
TestContextManager {@code TestContextManager} is the main entry point into the Spring TestContext Framework, which provides support for loading and accessing application contexts, dependency injection of test instances, transactional execution of test methods, etc.