@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface SpringClientConfiguration
Sets the locations from where the xml config should be loaded on the client side.
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 applicationContext.xml
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.