@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited public @interface ConfigurationProfiles
Modifier and Type | Optional Element and Description |
---|---|
boolean |
append
If true, only when the annotation is placed on a test method and there is already another annotation on the
class, its profiles are appended to the class annotation instead of replacing them.
|
String[] |
value
The configuration profiles to be active during the test.
|
public abstract String[] value
public abstract boolean append
Copyright © 2013-2018–2019 SeedStack. All rights reserved.