From af463792ca3fb678645631a83e799095b8aa3a85 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 29 Jan 2018 15:18:58 +0100 Subject: [PATCH] Updated the docs --- docs/src/main/asciidoc/verifier_contract.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/main/asciidoc/verifier_contract.adoc b/docs/src/main/asciidoc/verifier_contract.adoc index 718a5bad2f..f60565e9c6 100644 --- a/docs/src/main/asciidoc/verifier_contract.adoc +++ b/docs/src/main/asciidoc/verifier_contract.adoc @@ -742,15 +742,15 @@ following matching possibilities: .Groovy DSL * For `stubMatchers`: -** `byEquality()`: The value taken from the response via the provided JSON Path must be +** `byEquality()`: The value taken from the request via the provided JSON Path must be equal to the value provided in the contract. -** `byRegex(...)`: The value taken from the response via the provided JSON Path must +** `byRegex(...)`: The value taken from the request via the provided JSON Path must match the regex. -** `byDate()`: The value taken from the response via the provided JSON Path must +** `byDate()`: The value taken from the request via the provided JSON Path must match the regex for an ISO Date value. -** `byTimestamp()`: The value taken from the response via the provided JSON Path must +** `byTimestamp()`: The value taken from the request via the provided JSON Path must match the regex for an ISO DateTime value. -** `byTime()`: The value taken from the response via the provided JSON Path must +** `byTime()`: The value taken from the request via the provided JSON Path must match the regex for an ISO Time value. * For `testMatchers`: ** `byEquality()`: The value taken from the response via the provided JSON Path must be