Generated by
JDiff

Class org.springframework.test.context.support.AbstractGenericContextLoader

Documentation changed from old to new.

Changed Methods
BeanDefinitionReader createBeanDefinitionReader(GenericApplicationContext) Documentation changed from old to new.
Factory method for creating a new BeanDefinitionReader for loading bean definitions into the supplied context.
void customizeBeanFactory(DefaultListableBeanFactory) Documentation changed from old to new.
Customize the internal bean factory of the ApplicationContext created by this ContextLoader.
void customizeContext(GenericApplicationContext) Documentation changed from old to new.
Customize the GenericApplicationContext created by this ContextLoader after bean definitions have been loaded into the context but before the context is refreshed.
void loadBeanDefinitions(GenericApplicationContext, MergedContextConfiguration) Documentation changed from old to new.
Load bean definitions into the supplied context from the locations or classes in the supplied MergedContextConfiguration.
ConfigurableApplicationContext loadContext(String[]) Documentation changed from old to new.
Load a Spring ApplicationContext from the supplied locations.
ConfigurableApplicationContext loadContext(MergedContextConfiguration) Documentation changed from old to new.
Load a Spring ApplicationContext from the supplied MergedContextConfiguration.
void prepareContext(GenericApplicationContext) Documentation changed from old to new.
Prepare the GenericApplicationContext created by this ContextLoader.