diff --git a/multi/multi__spring_cloud_contract_verifier_setup.html b/multi/multi__spring_cloud_contract_verifier_setup.html
index dcf8617a4e..24261cb69a 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.testFramework: 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:
- contractDependency: Specifies the Dependency that provides
@@ -363,8 +363,8 @@ If neither of these values are set, then the value is set to
org.springframework.cloud.contract.verifier.tests. - ruleClassForTests: Specifies a rule that should be added to the generated test
classes.
- baseClassForTests: Creates a base class for all generated tests. By default, if you
use Spock classes, the class is
spock.lang.Specification. - contractsDirectory: Specifies a directory containing contracts written with the
-GroovyDSL. The default directory is
/src/test/resources/contracts. - testFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (
TestFramework.JUNIT and
-6JUnit 5 are supported with JUnit 4 being the default framework. - packageWithBaseClasses: Defines a package where all the base classes reside. This
+GroovyDSL. The default directory is
/src/test/resources/contracts. - 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. - packageWithBaseClasses: Defines a package where all the base classes reside. This
setting takes precedence over baseClassForTests. The convention is such that, if you
have a contract under (for example)
src/test/resources/contract/foo/bar/baz/ and set
the value of the packageWithBaseClasses property to com.example.base, then Spring
diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html
index 0876d3c602..fd53fd18df 100644
--- a/single/spring-cloud-contract.html
+++ b/single/spring-cloud-contract.html
@@ -1534,7 +1534,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.
- testFramework: 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:
- contractDependency: Specifies the Dependency that provides
@@ -1765,8 +1765,8 @@ If neither of these values are set, then the value is set to
org.springframework.cloud.contract.verifier.tests. - ruleClassForTests: Specifies a rule that should be added to the generated test
classes.
- baseClassForTests: Creates a base class for all generated tests. By default, if you
use Spock classes, the class is
spock.lang.Specification. - contractsDirectory: Specifies a directory containing contracts written with the
-GroovyDSL. The default directory is
/src/test/resources/contracts. - testFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (
TestFramework.JUNIT and
-6JUnit 5 are supported with JUnit 4 being the default framework. - packageWithBaseClasses: Defines a package where all the base classes reside. This
+GroovyDSL. The default directory is
/src/test/resources/contracts. - 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. - packageWithBaseClasses: Defines a package where all the base classes reside. This
setting takes precedence over baseClassForTests. The convention is such that, if you
have a contract under (for example)
src/test/resources/contract/foo/bar/baz/ and set
the value of the packageWithBaseClasses property to com.example.base, then Spring
diff --git a/spring-cloud-contract.xml b/spring-cloud-contract.xml
index f0120ae990..61370f8f03 100644
--- a/spring-cloud-contract.xml
+++ b/spring-cloud-contract.xml
@@ -2609,7 +2609,7 @@ from the Groovy DSL should be placed. By default its value is
the Groovy DSL should be placed.
-testFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (TestFramework.JUNIT and
+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.
@@ -3013,8 +3013,8 @@ use Spock classes, the class is spock.lang.Specification./src/test/resources/contracts.
-testFramework: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (TestFramework.JUNIT and
-6JUnit 5 are supported with JUnit 4 being the default framework.
+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.
packageWithBaseClasses: Defines a package where all the base classes reside. This