open class JsonPathAssertions
JsonPath assertions.
Author
Rossen Stoyanchev
Since
5.0
See Also
<a href="https://github.com/jayway/JsonPath">https://github.com/jayway/JsonPath</a>JsonPathExpectationsHelper
open fun doesNotExist(): BodyContentSpec
|
|
open fun exists(): BodyContentSpec
|
|
open fun isArray(): BodyContentSpec
Applies |
|
open fun isBoolean(): BodyContentSpec
Applies |
|
open fun isEmpty(): BodyContentSpec
Applies |
|
open fun isEqualTo(expectedValue: Any): BodyContentSpec
Applies |
|
open fun isMap(): BodyContentSpec
Applies |
|
open fun isNotEmpty(): BodyContentSpec
Applies |
|
open fun isNumber(): BodyContentSpec
Applies |