From 3942b0cf7224258355519393bcaaa42fb913b077 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 26 Apr 2017 13:31:47 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-contract.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-cloud-contract.html b/spring-cloud-contract.html index 952fa68bdc..f9e189cc62 100644 --- a/spring-cloud-contract.html +++ b/spring-cloud-contract.html @@ -5245,7 +5245,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.

@@ -5417,8 +5417,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.

@@ -5630,8 +5630,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.

@@ -5834,7 +5834,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.