Annotation Type WithGson
-
@Target({FIELD,METHOD}) @Retention(RUNTIME) @Documented @API(status=EXPERIMENTAL, since="0.1") public @interface WithGsonAnnotates field or method of a test class or of a tests advice class (seeTestsAdvice) that definesGsonobject used to parse JSON/JSONL resources.- See Also:
GivenJsonResource,GivenJsonLinesResource,TestsAdvice
-
-
Element Detail
-
value
java.lang.String value
- Returns:
- Alias for
name().
- Default:
- ""
-
-