From bdfcb84cf427ce7f6032c3250c2ec5f24c6df4e2 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 26 Apr 2017 13:21:46 +0000 Subject: [PATCH] Sync docs from 1.0.x to gh-pages --- 1.0.x/spring-cloud-contract.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/1.0.x/spring-cloud-contract.html b/1.0.x/spring-cloud-contract.html index d923296d88..0e723070d4 100644 --- a/1.0.x/spring-cloud-contract.html +++ b/1.0.x/spring-cloud-contract.html @@ -5656,7 +5656,7 @@ routes.

Adding it to the project

It’s enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath. -Remember to annotate your test class with @AutoConfigureMessageVerifier.

+Remember to annotate your test class with @AutoConfigureStubRunner.

@@ -5828,8 +5828,8 @@ routes.

Adding it to the project

-

It’s enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath. -Remember to annotate your test class with @AutoConfigureMessageVerifier.

+

It’s enough to have both Spring Integration and Spring Cloud Contract Stub Runner on classpath. +Remember to annotate your test class with @AutoConfigureStubRunner.

@@ -6057,8 +6057,8 @@ channel name.

Adding it to the project

-

It’s enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath. -Remember to annotate your test class with @AutoConfigureMessageVerifier.

+

It’s enough to have both Spring Cloud Stream and Spring Cloud Contract Stub Runner on classpath. +Remember to annotate your test class with @AutoConfigureStubRunner.

@@ -6259,7 +6259,7 @@ The message is triggered to all matching message listeners.

Adding it to the project

It’s enough to have both Spring AMQP and Spring Cloud Contract Stub Runner on the classpath and set the property stubrunner.amqp.enabled=true. -Remember to annotate your test class with @AutoConfigureMessageVerifier.

+Remember to annotate your test class with @AutoConfigureStubRunner.