| java.lang.Object | |||
| ↳ | org.springframework.test.context.support.AbstractContextLoader | ||
| ↳ | org.springframework.test.context.support.AbstractGenericContextLoader | ||
| ↳ | org.springframework.test.context.support.GenericPropertiesContextLoader | ||
Concrete implementation of AbstractGenericContextLoader which reads
bean definitions from Java Properties resources.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.test.context.support.AbstractGenericContextLoader
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns "
-context.properties". | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.test.context.support.AbstractGenericContextLoader
| |||||||||||
From class
org.springframework.test.context.support.AbstractContextLoader
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.test.context.ContextLoader
| |||||||||||
Returns "-context.properties".
null or empty
Creates a new PropertiesBeanDefinitionReader.
| context | the context for which the BeanDefinitionReader should be created |
|---|