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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns "
-context.properties ". |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns "-context.properties
".
null
or empty
Creates a new PropertiesBeanDefinitionReader
.
context | the context for which the BeanDefinitionReader should be created |
---|