@Deprecated public class GenericPropertiesContextLoader extends AbstractGenericContextLoader
AbstractGenericContextLoader that reads
 bean definitions from Java Properties resources.logger| Constructor and Description | 
|---|
| GenericPropertiesContextLoader()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BeanDefinitionReader | createBeanDefinitionReader(GenericApplicationContext context)Deprecated.  Creates a new  PropertiesBeanDefinitionReader. | 
| protected String | getResourceSuffix()Deprecated.  Returns " -context.properties". | 
| protected void | validateMergedContextConfiguration(MergedContextConfiguration mergedConfig)Deprecated.  Ensure that the supplied  MergedContextConfigurationdoes not
 containclasses. | 
createContext, customizeBeanFactory, customizeContext, loadBeanDefinitions, loadContext, loadContext, prepareContextcustomizeContext, generateDefaultLocations, getResourceSuffixes, isGenerateDefaultLocations, modifyLocations, prepareContext, processContextConfiguration, processLocationspublic GenericPropertiesContextLoader()
protected BeanDefinitionReader createBeanDefinitionReader(GenericApplicationContext context)
PropertiesBeanDefinitionReader.createBeanDefinitionReader in class AbstractGenericContextLoadercontext - the context for which the BeanDefinitionReader
 should be createdPropertiesBeanDefinitionReaderprotected String getResourceSuffix()
-context.properties".getResourceSuffix in class AbstractContextLoadernull or emptyAbstractContextLoader.generateDefaultLocations(Class), 
AbstractContextLoader.getResourceSuffixes()protected void validateMergedContextConfiguration(MergedContextConfiguration mergedConfig)
MergedContextConfiguration does not
 contain classes.validateMergedContextConfiguration in class AbstractGenericContextLoadermergedConfig - the merged configuration to validateAbstractGenericContextLoader.validateMergedContextConfiguration(org.springframework.test.context.MergedContextConfiguration)