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.