@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface SpringConfiguration
Defines the locations from where the xml config should be loaded.
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends org.springframework.context.ApplicationContext> |
contextClass
The custom context class to be used when instantiating the application context.
|
String[] |
value
The locations from where the xml config should be loaded.
|
public abstract String[] value
The locations from where the xml config should be loaded.
If no location is specified the test extension will try to load the configuration from {testClassName}-context.xml file
public abstract Class<? extends org.springframework.context.ApplicationContext> contextClass
The custom context class to be used when instantiating the application context.
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.