mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
GET http://localhost:8000/predicate/error/type
|
|
HTTP/1.0 200
|
|
[Asserts]
|
|
jsonpath "$.status" equals "true"
|
|
#jsonpath "$.count" equals "0"
|
|
jsonpath "$.count" equals 0
|
|
jsonpath "$.message" equals 0
|
|
jsonpath "$.empty" equals 0
|
|
jsonpath "$.number" equals 1.1
|
|
jsonpath "$.message" startsWith "hi"
|
|
jsonpath "$.message" contains "hi"
|
|
jsonpath "$.message" matches "hi"
|
|
jsonpath "$.message" countEquals 1
|
|
jsonpath "$.toto" exists
|
|
jsonpath "$.message" not exists
|