Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-07-12 10:37:54 +00:00
parent cfb7b0f340
commit 04a7d9157b
39 changed files with 43 additions and 43 deletions

View File

@@ -477,7 +477,7 @@ Integration, Spring Cloud Stream, Spring AMQP, and Apache Camel. You can also se
own integrations.</p>
</li>
<li>
<p>Acceptance tests (in JUnit 4, JUnit 5 or Spock) are used to verify if server-side implementation
<p>Acceptance tests (in JUnit 4, JUnit 5, TestNG or Spock) are used to verify if server-side implementation
of the API is compliant with the contract (<em>server tests</em>). A full test is generated by
Spring Cloud Contract Verifier.</p>
</li>
@@ -1067,8 +1067,8 @@ In order to use <code>WebTestClient</code> set <code>testMode</code> to <code>WE
</div>
</div>
<div class="paragraph">
<p>Apart from the default JUnit 4, you can instead use JUnit 5 or Spock tests, by setting the plugin
<code>testFramework</code> property to either <code>JUNIT5</code> or <code>Spock</code>.</p>
<p>Apart from the default JUnit 4, you can instead use JUnit 5, TestNG or Spock tests, by setting the plugin
<code>testFramework</code> property to either <code>JUNIT5</code>, <code>TESTNG</code> or <code>Spock</code>.</p>
</div>
<div class="admonitionblock tip">
<table>
@@ -4273,7 +4273,7 @@ from the Groovy DSL should be placed. By default its value is
the Groovy DSL should be placed.</p>
</li>
<li>
<p><strong>testFramework</strong>: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (<code>TestFramework.JUNIT</code>) and
<p><strong>testFramework</strong>: Specifies the target test framework to be used. Currently, Spock, JUnit 4 (<code>TestFramework.JUNIT</code>), TestNG and
JUnit 5 are supported with JUnit 4 being the default framework.</p>
</li>
<li>
@@ -5805,7 +5805,7 @@ messaging configuration, so you only need the one annotation.
<div class="paragraph">
<p>Having the <code>input</code> or <code>outputMessage</code> sections in your DSL results in creation of tests
on the publisher&#8217;s side. By default, JUnit 4 tests are created. However, there is also a
possibility to create JUnit 5 or Spock tests.</p>
possibility to create JUnit 5, TestNG or Spock tests.</p>
</div>
<div class="paragraph">
<p>There are 3 main scenarios that we should take into consideration:</p>