Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-06-29 18:46:17 +00:00
parent 8d5b761ea4
commit ac1dd13b1b
25 changed files with 77 additions and 75 deletions

View File

@@ -3241,7 +3241,7 @@ src/test/resources/contracts/myservice/shouldReturnUser.groovy</code></pre>
<p><strong>baseClassForTests</strong> - base class for generated tests. By default <code>spock.lang.Specification</code> if using Spock tests.</p>
</li>
<li>
<p><strong>contractsDir</strong> - directory containing contracts written using the GroovyDSL. By default <code>/src/test/resources/contracts</code>.</p>
<p><strong>contractsDirectory</strong> - directory containing contracts written using the GroovyDSL. By default <code>/src/test/resources/contracts</code>.</p>
</li>
<li>
<p><strong>testFramework</strong> - the target test framework to be used; currently Spock and JUnit are supported with JUnit being the default framework</p>