Generated by
JDiff

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

Added Constructors
WebMergedContextConfiguration(Class<?>, String[], Class[], Set<Class<ApplicationContextInitializer<ConfigurableApplicationContext>>>, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) Create a new {@code WebMergedContextConfiguration} instance for the supplied parameters.
WebMergedContextConfiguration(MergedContextConfiguration, String) Create a new {@code WebMergedContextConfiguration} instance by copying all properties from the supplied {@code MergedContextConfiguration}.
 

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