Generated by
JDiff

Class org.springframework.test.context.support.DelegatingSmartContextLoader

The superclass changed from java.lang.Object to org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.
Removed interface org.springframework.test.context.SmartContextLoader.
Documentation changed from old to new.

Removed Methods
ApplicationContext loadContext(String[]) {@code DelegatingSmartContextLoader} does not support the } method.
ApplicationContext loadContext(MergedContextConfiguration) Delegates to an appropriate candidate {@code SmartContextLoader} to load an ApplicationContext.
void processContextConfiguration(ContextConfigurationAttributes) Delegates to candidate {@code SmartContextLoaders} to process the supplied ContextConfigurationAttributes.
String[] processLocations(Class<?>, String[]) {@code DelegatingSmartContextLoader} does not support the ContextLoader.processLocations(Class, String...) method.
 

Added Methods
SmartContextLoader getAnnotationConfigLoader()  
SmartContextLoader getXmlLoader()