public class AnnotationApplicationContextProducer extends Object
| Constructor and Description |
|---|
AnnotationApplicationContextProducer() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
createAnnotatedApplicationContext(org.jboss.arquillian.test.spi.TestClass testClass,
String[] packages,
Class<?>[] classes)
Creates the instance of
AnnotationConfigApplicationContext. |
public AnnotationApplicationContextProducer()
public org.springframework.context.ApplicationContext createAnnotatedApplicationContext(org.jboss.arquillian.test.spi.TestClass testClass,
String[] packages,
Class<?>[] classes)
Creates the instance of AnnotationConfigApplicationContext.
testClass - the test classclasses - the annotated classes to registerpackages - the packages containing the annotated classesAnnotationConfigApplicationContextCopyright © 2014 JBoss by Red Hat. All Rights Reserved.