Annotation Type WithGson
@Target({FIELD,METHOD})
@Retention(RUNTIME)
@Documented
@API(status=EXPERIMENTAL,
since="0.1")
public @interface WithGson
Annotates field or method of a test class or of a tests advice class (see
TestsAdvice) that defines
Gson object used to parse JSON/JSONL resources.- See Also:
GivenJsonResource,GivenJsonLinesResource,TestsAdvice