Generated by
JDiff

Class org.springframework.test.context.web.WebMergedContextConfiguration

Added Constructors
WebMergedContextConfiguration(Class<?>, String[], Class[], Set<Class<ApplicationContextInitializer<ConfigurableApplicationContext>>>, String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) Create a new {@code WebMergedContextConfiguration} instance for the supplied test class, resource locations, annotated classes, context initializers, active profiles, resource base path, and {@code ContextLoader}.
 

Changed Constructors
WebMergedContextConfiguration(Class<?>, String[], Class[], Set<Class<ApplicationContextInitializer<ConfigurableApplicationContext>>>, String[], String, ContextLoader) Now deprecated.
as of Spring 3.2.2, use {@link #WebMergedContextConfiguration(Class, String[], Class[], Set, String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration)} instead.