Generated by
JDiff

Package org.springframework.test.context.web

Added Classes
AbstractGenericWebContextLoader Abstract, generic extension of AbstractContextLoader that loads a GenericWebApplicationContext.
AnnotationConfigWebContextLoader Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from annotated classes.
GenericXmlWebContextLoader Concrete implementation of AbstractGenericWebContextLoader that loads bean definitions from XML resources.
WebDelegatingSmartContextLoader {@code WebDelegatingSmartContextLoader} is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlWebContextLoader and an AnnotationConfigWebContextLoader.
 

Changed Classes
ServletTestExecutionListener {@code TestExecutionListener} which provides mock Servlet API support to WebApplicationContexts loaded by the Spring TestContext Framework.
WebAppConfiguration {@code @WebAppConfiguration} is a class-level annotation that is used to declare that the {@code ApplicationContext} loaded for an integration test should be a WebApplicationContext.
WebMergedContextConfiguration {@code WebMergedContextConfiguration} encapsulates the merged context configuration declared on a test class and all of its superclasses via @ContextConfiguration, @WebAppConfiguration, and @ActiveProfiles.