Sync docs from 1.0.x to gh-pages
This commit is contained in:
@@ -5656,7 +5656,7 @@ routes.</p>
|
||||
<h4 id="_adding_it_to_the_project">Adding it to the project</h4>
|
||||
<div class="paragraph">
|
||||
<p>It’s enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with <code>@AutoConfigureMessageVerifier</code>.</p>
|
||||
Remember to annotate your test class with <code>@AutoConfigureStubRunner</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
@@ -5828,8 +5828,8 @@ routes.</p>
|
||||
<div class="sect3">
|
||||
<h4 id="_adding_it_to_the_project_2">Adding it to the project</h4>
|
||||
<div class="paragraph">
|
||||
<p>It’s enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with <code>@AutoConfigureMessageVerifier</code>.</p>
|
||||
<p>It’s enough to have both Spring Integration and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with <code>@AutoConfigureStubRunner</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
@@ -6057,8 +6057,8 @@ channel name.
|
||||
<div class="sect3">
|
||||
<h4 id="_adding_it_to_the_project_3">Adding it to the project</h4>
|
||||
<div class="paragraph">
|
||||
<p>It’s enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with <code>@AutoConfigureMessageVerifier</code>.</p>
|
||||
<p>It’s enough to have both Spring Cloud Stream and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with <code>@AutoConfigureStubRunner</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
@@ -6259,7 +6259,7 @@ The message is triggered to all matching message listeners.</p>
|
||||
<h4 id="_adding_it_to_the_project_4">Adding it to the project</h4>
|
||||
<div class="paragraph">
|
||||
<p>It’s enough to have both Spring AMQP and Spring Cloud Contract Stub Runner on the classpath and set the property <code>stubrunner.amqp.enabled=true</code>.
|
||||
Remember to annotate your test class with <code>@AutoConfigureMessageVerifier</code>.</p>
|
||||
Remember to annotate your test class with <code>@AutoConfigureStubRunner</code>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
|
||||
Reference in New Issue
Block a user