doesNotHaveEmptyJsonPathValue
open fun doesNotHaveEmptyJsonPathValue(expression: CharSequence, args: Array<Any>): JsonContentAssert
Verify that the actual value at the given JSON path does not produce an empty result.
Return
this
assertion object
Parameters
expression
the JsonPath expression
args
arguments to parameterize the JsonPath
expression with, usingformatting specifiers defined in format
Throws
if the value at the given path is empty