Package com.tngtech.jgiven.annotation
Annotation Type JGivenConfiguration
-
@Retention(RUNTIME) @Inherited @Documented public @interface JGivenConfiguration
This annotation can be applied to a test class to configure:- Tags
- Global formatter
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends AbstractJGivenConfiguration>
value
-
-
-
Element Detail
-
value
java.lang.Class<? extends AbstractJGivenConfiguration> value
-
-