Package com.tngtech.jgiven.annotation
Annotation Type AnnotationFormat
-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface AnnotationFormat
Allows arguments of step methods to be formatted with anAnnotationArgumentFormatter
. This annotation can only appear on custom annotations. The custom annotation can then be applied to step argumentsFor an example usage see the
Formatf
annotation- Since:
- 0.7.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends AnnotationArgumentFormatter>
value
-
-
-
Element Detail
-
value
java.lang.Class<? extends AnnotationArgumentFormatter> value
-
-