Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-11-06 16:54:37 +00:00
parent 8f1b0c5171
commit 020b137ab2
3 changed files with 3 additions and 3 deletions

View File

@@ -2498,7 +2498,7 @@ tests, invoke the <literal>generateContractTests</literal> task.</simpara>
<simpara>The default Gradle Plugin setup creates the following Gradle part of the build (in
pseudocode):</simpara>
<programlisting language="groovy" linenumbering="unnumbered">contracts {
targetFramework = 'JUNIT'
testFramework ='JUNIT'
testMode = 'MockMvc'
generatedTestSourcesDir = project.file("${project.buildDir}/generated-test-sources/contracts")
contractsDslDir = "${project.rootDir}/src/test/resources/contracts"