Annotation Type Environments
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Environments
Allows to define the environments to run the test on.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Environment[]
value
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
parallel
-
-
-
Element Detail
-
value
Environment[] value
- Returns:
- the environment providers to use for that test.
-
-
-
parallel
boolean parallel
- Returns:
- should each environment be submitted to the common fork join pool or just be executed sequentially.
- Default:
- false
-
-