@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface SwitchYardTestCaseConfig
Modifier and Type | Optional Element and Description |
---|---|
String |
config
Classpath path to a switchyard.xml configuration.
|
String[] |
exclude
Component types to exclude.
|
String[] |
include
Component types to include.
|
Class<? extends TestMixIn>[] |
mixins
The Mix in types.
|
Class<? extends org.switchyard.config.model.Scanner>[] |
scanners
Scanners to be used in the test. |
boolean |
validate
Whether validating SwitchYard configuration model or not.
|
public abstract String config
public abstract boolean validate
public abstract Class<? extends org.switchyard.config.model.Scanner>[] scanners
Scanners
to be used in the test.
These are the same application scanners used by the SwitchYard maven plugin. The
augment the configuration model pointed to by the config()
value. The scanners
are only applied if a config()
is specified.public abstract Class<? extends TestMixIn>[] mixins
public abstract String[] include
public abstract String[] exclude
Copyright © 2013–2020 JBoss by Red Hat. All rights reserved.