From de7a80fdf86235a0aba38240ba52d640e19a1aed Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 16 Mar 2018 06:33:43 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- ..._spring_cloud_contract_verifier_setup.html | 7 ++- single/spring-cloud-contract.html | 7 ++- .../checkstyle.html | 6 +- .../complex.html | 6 +- .../configs.html | 6 +- .../convert-mojo.html | 41 ++++++++++--- .../generateStubs-mojo.html | 6 +- .../generateTests-mojo.html | 57 ++++++++++++++----- .../help-mojo.html | 6 +- spring-cloud-contract-maven-plugin/index.html | 6 +- .../integration.html | 6 +- .../issue-tracking.html | 6 +- spring-cloud-contract-maven-plugin/junit.html | 6 +- .../license.html | 6 +- .../plugin-info.html | 6 +- .../plugin-management.html | 6 +- .../plugins.html | 6 +- .../project-info.html | 6 +- .../project-reports.html | 6 +- .../project-summary.html | 6 +- .../run-mojo.html | 6 +- .../sitemap.html | 6 +- .../source-repository.html | 6 +- spring-cloud-contract-maven-plugin/spock.html | 6 +- .../team-list.html | 6 +- spring-cloud-contract-maven-plugin/usage.html | 6 +- spring-cloud-contract.xml | 10 +++- 27 files changed, 160 insertions(+), 94 deletions(-) diff --git a/multi/multi__spring_cloud_contract_verifier_setup.html b/multi/multi__spring_cloud_contract_verifier_setup.html index d43f271cc6..2e4075a395 100644 --- a/multi/multi__spring_cloud_contract_verifier_setup.html +++ b/multi/multi__spring_cloud_contract_verifier_setup.html @@ -144,7 +144,9 @@ closure to set it up. * contractsMode: Specifies the mode of downloading contracts (whether the JAR is available offline, remotely etc.) * contractsSnapshotCheckSkip: If set to true will not assert whether the -downloaded stubs / contract JAR was downloaded from a remote location or a local one

4.1.10 Single Base Class for All Tests

When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base +downloaded stubs / contract JAR was downloaded from a remote location or a local one +* deleteStubsAfterTest: If set to false will not remove any downloaded +contracts from temporary directories

4.1.10 Single Base Class for All Tests

When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base specification for all generated acceptance tests. In this class, you need to point to an endpoint, which should be verified.

abstract class BaseMockMvcSpec extends Specification {
 
@@ -376,7 +378,8 @@ extends com.example.base.BaseClass. This setting ta
 packageWithBaseClasses and baseClassForTests.

If you want to download your contract definitions from a Maven repository, you can use the following options:

We cache only non-snapshot, explicitly provided versions (for example + or 1.0.0.BUILD-SNAPSHOT won’t get cached). By default, this feature is turned on.

4.2.8 Single Base Class for All Tests

When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base specification for all generated acceptance tests. In this class, you need to point to an diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html index 01ccaa749b..d665d84f45 100644 --- a/single/spring-cloud-contract.html +++ b/single/spring-cloud-contract.html @@ -1329,7 +1329,9 @@ closure to set it up. * contractsMode: Specifies the mode of downloading contracts (whether the JAR is available offline, remotely etc.) * contractsSnapshotCheckSkip: If set to true will not assert whether the -downloaded stubs / contract JAR was downloaded from a remote location or a local one

4.1.10 Single Base Class for All Tests

When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base +downloaded stubs / contract JAR was downloaded from a remote location or a local one +* deleteStubsAfterTest: If set to false will not remove any downloaded +contracts from temporary directories

4.1.10 Single Base Class for All Tests

When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base specification for all generated acceptance tests. In this class, you need to point to an endpoint, which should be verified.

abstract class BaseMockMvcSpec extends Specification {
 
@@ -1561,7 +1563,8 @@ extends com.example.base.BaseClass. This setting ta
 packageWithBaseClasses and baseClassForTests.

If you want to download your contract definitions from a Maven repository, you can use the following options:

We cache only non-snapshot, explicitly provided versions (for example + or 1.0.0.BUILD-SNAPSHOT won’t get cached). By default, this feature is turned on.

4.2.8 Single Base Class for All Tests

When using Spring Cloud Contract Verifier in default MockMvc, you need to create a base specification for all generated acceptance tests. In this class, you need to point to an diff --git a/spring-cloud-contract-maven-plugin/checkstyle.html b/spring-cloud-contract-maven-plugin/checkstyle.html index b489d27574..01e23047ce 100644 --- a/spring-cloud-contract-maven-plugin/checkstyle.html +++ b/spring-cloud-contract-maven-plugin/checkstyle.html @@ -1,13 +1,13 @@ - + Spring Cloud Contract Maven Plugin – Checkstyle Results @@ -146,7 +146,7 @@