From 1d36c636896107fba04b8434f9a05a6453c5d1ed Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 12 Nov 2018 12:55:05 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__spring_cloud_contract_verifier_setup.html | 2 +- single/spring-cloud-contract.html | 2 +- spring-cloud-contract.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multi/multi__spring_cloud_contract_verifier_setup.html b/multi/multi__spring_cloud_contract_verifier_setup.html index 810ca36cfd..dcf8617a4e 100644 --- a/multi/multi__spring_cloud_contract_verifier_setup.html +++ b/multi/multi__spring_cloud_contract_verifier_setup.html @@ -132,7 +132,7 @@ should be skipped. By default, it is an empty array.
  • $rootDir/src/test/resources/contracts.
  • generatedTestSourcesDir: Specifies the test source directory where tests generated from the Groovy DSL should be placed. By default its value is $buildDir/generated-test-sources/contractVerifier.
  • stubsOutputDir: Specifies the directory where the generated WireMock stubs from -the Groovy DSL should be placed.
  • targetFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (TestFramework.JUNIT and +the Groovy DSL should be placed.
  • testFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (TestFramework.JUNIT and JUnit 5 are supported with JUnit 4 being the default framework.
  • contractsProperties: a map containing properties to be passed to Spring Cloud Contract components. Those properties might be used by e.g. inbuilt or custom Stub Downloaders.
  • The following properties are used when you want to specify the location of the JAR containing the contracts:

    The following properties are used when you want to specify the location of the JAR containing the contracts: