Json Path Matcher Json Matcher
The type of JSONPath match that will be applied to the JSON output (ContentMatcher.content)
Entries
No JSONPath matcher type specified (not valid).
Selects 'exact string' matching. The match succeeds if the content at the json_path within the output is exactly the same as the content string.
Selects regular-expression matching. The match succeeds if the content at the json_path within the output matches the regular expression specified in the content string.
Types
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.