Annotation Type Property
An annotation indicating the name of the JSON property that should be extracted into the method parameter.
If the test code is compiled with the -parameters flag, 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
-
Element Details
-
value
String valueThe name of the JSON property.
-