Generated by
JDiff

Class org.springframework.test.context.web.WebTestContextBootstrapper

Removed Methods
MergedContextConfiguration buildMergedContextConfiguration(Class<?>, String[], Class[], Set<Class<ApplicationContextInitializer<ConfigurableApplicationContext>>>, String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) Builds a WebMergedContextConfiguration if the supplied class is annotated with @WebAppConfiguration and otherwise delegates to the superclass.
 

Added Methods
MergedContextConfiguration processMergedContextConfiguration(MergedContextConfiguration) Returns a WebMergedContextConfiguration if the test class in the supplied {@code MergedContextConfiguration} is annotated with @WebAppConfiguration and otherwise returns the supplied instance unmodified.
 

Changed Methods
List<String> getDefaultTestExecutionListenerClassNames() Method was locally defined, but is now inherited from AbstractTestContextBootstrapper. Get the names of the default TestExecutionListener classes for this bootstrapper.