-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface PropertyAn annotation indicating the name of the JSON property that should be extracted into the method parameter.If the test code is compiled with the
-parametersflag, and the test method parameter's name matches the JSON property's name, this annotation is not needed.- Since:
- 1.7.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name of the JSON property.
-