Generated by
JDiff

Package org.springframework.test.context.support

Added Classes
AbstractGenericWebContextLoader TODO [SPR-9864] Document AbstractGenericWebContextLoader.
AnnotationConfigWebContextLoader TODO [SPR-9864] Document AnnotationConfigWebContextLoader.
WebDelegatingSmartContextLoader {@code WebDelegatingSmartContextLoader} is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to an XmlWebContextLoader and an AnnotationConfigWebContextLoader.
XmlWebContextLoader TODO [SPR-9864] Document XmlWebContextLoader.
 

Changed Classes
AbstractContextLoader Abstract application context loader that provides a basis for all concrete implementations of the ContextLoader SPI.
AbstractGenericContextLoader Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext.
AnnotationConfigContextLoader Concrete implementation of AbstractGenericContextLoader that loads bean definitions from annotated classes.
DelegatingSmartContextLoader {@code DelegatingSmartContextLoader} is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlContextLoader and an AnnotationConfigContextLoader.
DirtiesContextTestExecutionListener TestExecutionListener which provides support for marking the ApplicationContext associated with a test as dirty for both test classes and test methods configured with the @DirtiesContext annotation.