diff --git a/multi/multi__spring_cloud_contract_verifier_introduction.html b/multi/multi__spring_cloud_contract_verifier_introduction.html index 8bf0237a61..e3195e63b0 100644 --- a/multi/multi__spring_cloud_contract_verifier_introduction.html +++ b/multi/multi__spring_cloud_contract_verifier_introduction.html @@ -61,7 +61,7 @@ From the Consumer perspective, when shooting a request in the integration test: (2) - With the "PUT" method (3) - to the URL "/fraudcheck" (4) - with the JSON body that - * has a field `clientId` that matches a regular expression `[0-9]{10}` + * has a field `client.id` that matches a regular expression `[0-9]{10}` * has a field `loanAmount` that is equal to `99999` (5) - with header `Content-Type` equal to `application/json` (6) - then the response will be sent with @@ -76,7 +76,7 @@ From the Producer perspective, in the autogenerated producer-side test: (2) - With the "PUT" method (3) - to the URL "/fraudcheck" (4) - with the JSON body that - * has a field `clientId` that will have a generated value that matches a regular expression `[0-9]{10}` + * has a field `client.id` that will have a generated value that matches a regular expression `[0-9]{10}` * has a field `loanAmount` that is equal to `99999` (5) - with header `Content-Type` equal to `application/json` (6) - then the test will assert if the response has been sent with @@ -114,7 +114,7 @@ response: # (7) #(2) - With the "PUT" method #(3) - to the URL "/fraudcheck" #(4) - with the JSON body that -# * has a field `clientId` +# * has a field `client.id` # * has a field `loanAmount` that is equal to `99999` #(5) - with header `Content-Type` equal to `application/json` #(6) - and a `client.id` json entry matches the regular expression `[0-9]{10}` @@ -130,7 +130,7 @@ response: # (7) #(2) - With the "PUT" method #(3) - to the URL "/fraudcheck" #(4) - with the JSON body that -# * has a field `clientId` `1234567890` +# * has a field `client.id` `1234567890` # * has a field `loanAmount` that is equal to `99999` #(5) - with header `Content-Type` equal to `application/json` #(7) - then the test will assert if the response has been sent with @@ -298,7 +298,7 @@ From the Consumer perspective, when shooting a request in the integration test: (2) - With the "PUT" method (3) - to the URL "/fraudcheck" (4) - with the JSON body that - * has a field `clientId` that matches a regular expression `[0-9]{10}` + * has a field `client.id` that matches a regular expression `[0-9]{10}` * has a field `loanAmount` that is equal to `99999` (5) - with header `Content-Type` equal to `application/json` (6) - then the response will be sent with @@ -313,7 +313,7 @@ From the Producer perspective, in the autogenerated producer-side test: (2) - With the "PUT" method (3) - to the URL "/fraudcheck" (4) - with the JSON body that - * has a field `clientId` that will have a generated value that matches a regular expression `[0-9]{10}` + * has a field `client.id` that will have a generated value that matches a regular expression `[0-9]{10}` * has a field `loanAmount` that is equal to `99999` (5) - with header `Content-Type` equal to `application/json` (6) - then the test will assert if the response has been sent with @@ -351,7 +351,7 @@ response: # (7) #(2) - With the "PUT" method #(3) - to the URL "/fraudcheck" #(4) - with the JSON body that -# * has a field `clientId` +# * has a field `client.id` # * has a field `loanAmount` that is equal to `99999` #(5) - with header `Content-Type` equal to `application/json` #(6) - and a `client.id` json entry matches the regular expression `[0-9]{10}` @@ -367,7 +367,7 @@ response: # (7) #(2) - With the "PUT" method #(3) - to the URL "/fraudcheck" #(4) - with the JSON body that -# * has a field `clientId` `1234567890` +# * has a field `client.id` `1234567890` # * has a field `loanAmount` that is equal to `99999` #(5) - with header `Content-Type` equal to `application/json` #(7) - then the test will assert if the response has been sent with diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html index 7e72cb0c5e..befc981903 100644 --- a/single/spring-cloud-contract.html +++ b/single/spring-cloud-contract.html @@ -66,7 +66,7 @@ From the Consumer perspective, when shooting a request in the integration test: (2) - With the "PUT" method (3) - to the URL "/fraudcheck" (4) - with the JSON body that - * has a field `clientId` that matches a regular expression `[0-9]{10}` + * has a field `client.id` that matches a regular expression `[0-9]{10}` * has a field `loanAmount` that is equal to `99999` (5) - with header `Content-Type` equal to `application/json` (6) - then the response will be sent with @@ -81,7 +81,7 @@ From the Producer perspective, in the autogenerated producer-side test: (2) - With the "PUT" method (3) - to the URL "/fraudcheck" (4) - with the JSON body that - * has a field `clientId` that will have a generated value that matches a regular expression `[0-9]{10}` + * has a field `client.id` that will have a generated value that matches a regular expression `[0-9]{10}` * has a field `loanAmount` that is equal to `99999` (5) - with header `Content-Type` equal to `application/json` (6) - then the test will assert if the response has been sent with @@ -119,7 +119,7 @@ response: # (7) #(2) - With the "PUT" method #(3) - to the URL "/fraudcheck" #(4) - with the JSON body that -# * has a field `clientId` +# * has a field `client.id` # * has a field `loanAmount` that is equal to `99999` #(5) - with header `Content-Type` equal to `application/json` #(6) - and a `client.id` json entry matches the regular expression `[0-9]{10}` @@ -135,7 +135,7 @@ response: # (7) #(2) - With the "PUT" method #(3) - to the URL "/fraudcheck" #(4) - with the JSON body that -# * has a field `clientId` `1234567890` +# * has a field `client.id` `1234567890` # * has a field `loanAmount` that is equal to `99999` #(5) - with header `Content-Type` equal to `application/json` #(7) - then the test will assert if the response has been sent with @@ -303,7 +303,7 @@ From the Consumer perspective, when shooting a request in the integration test: (2) - With the "PUT" method (3) - to the URL "/fraudcheck" (4) - with the JSON body that - * has a field `clientId` that matches a regular expression `[0-9]{10}` + * has a field `client.id` that matches a regular expression `[0-9]{10}` * has a field `loanAmount` that is equal to `99999` (5) - with header `Content-Type` equal to `application/json` (6) - then the response will be sent with @@ -318,7 +318,7 @@ From the Producer perspective, in the autogenerated producer-side test: (2) - With the "PUT" method (3) - to the URL "/fraudcheck" (4) - with the JSON body that - * has a field `clientId` that will have a generated value that matches a regular expression `[0-9]{10}` + * has a field `client.id` that will have a generated value that matches a regular expression `[0-9]{10}` * has a field `loanAmount` that is equal to `99999` (5) - with header `Content-Type` equal to `application/json` (6) - then the test will assert if the response has been sent with @@ -356,7 +356,7 @@ response: # (7) #(2) - With the "PUT" method #(3) - to the URL "/fraudcheck" #(4) - with the JSON body that -# * has a field `clientId` +# * has a field `client.id` # * has a field `loanAmount` that is equal to `99999` #(5) - with header `Content-Type` equal to `application/json` #(6) - and a `client.id` json entry matches the regular expression `[0-9]{10}` @@ -372,7 +372,7 @@ response: # (7) #(2) - With the "PUT" method #(3) - to the URL "/fraudcheck" #(4) - with the JSON body that -# * has a field `clientId` `1234567890` +# * has a field `client.id` `1234567890` # * has a field `loanAmount` that is equal to `99999` #(5) - with header `Content-Type` equal to `application/json` #(7) - then the test will assert if the response has been sent with diff --git a/spring-cloud-contract-maven-plugin/checkstyle.html b/spring-cloud-contract-maven-plugin/checkstyle.html index fb4352d3b9..3fade8b6b4 100644 --- a/spring-cloud-contract-maven-plugin/checkstyle.html +++ b/spring-cloud-contract-maven-plugin/checkstyle.html @@ -1,13 +1,13 @@
- +