Annotation Type Environment
@Repeatable(Environments.class)
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
public @interface Environment
Allows to define the environments to run the test on.
-
Required Element Summary
-
Element Details
-
value
Class<? extends EnvironmentProvider> value
-