spring-framework / org.springframework.test.context.support / GenericGroovyXmlContextLoader

GenericGroovyXmlContextLoader

open class GenericGroovyXmlContextLoader : GenericXmlContextLoader

Concrete implementation of AbstractGenericContextLoader that reads bean definitions from Groovy scripts and XML configuration files.

Default resource locations are detected using the suffixes "-context.xml" and "Context.groovy".

Author
Sam Brannen

Since
4.1

See Also
GroovyBeanDefinitionReaderGenericXmlContextLoaderAnnotationConfigContextLoader

Constructors

<init>

GenericGroovyXmlContextLoader()

Concrete implementation of AbstractGenericContextLoader that reads bean definitions from Groovy scripts and XML configuration files.

Default resource locations are detected using the suffixes "-context.xml" and "Context.groovy".