Sync docs from master to gh-pages
This commit is contained in:
@@ -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’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>
|
||||
|
||||
Reference in New Issue
Block a user