diff --git a/tests/spring-cloud-contract-stub-runner-amqp/README.adoc b/tests/spring-cloud-contract-stub-runner-amqp/README.adoc index 0c8a65d5fa..6023a6cf17 100644 --- a/tests/spring-cloud-contract-stub-runner-amqp/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-amqp/README.adoc @@ -19,7 +19,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`. ==== Examples diff --git a/tests/spring-cloud-contract-stub-runner-camel/README.adoc b/tests/spring-cloud-contract-stub-runner-camel/README.adoc index ff075c88e0..e9ca159a08 100644 --- a/tests/spring-cloud-contract-stub-runner-camel/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-camel/README.adoc @@ -10,7 +10,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`. ==== Examples diff --git a/tests/spring-cloud-contract-stub-runner-integration/README.adoc b/tests/spring-cloud-contract-stub-runner-integration/README.adoc index 3160b570a9..23f8df3fbf 100644 --- a/tests/spring-cloud-contract-stub-runner-integration/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-integration/README.adoc @@ -9,8 +9,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`. ==== Examples diff --git a/tests/spring-cloud-contract-stub-runner-stream/README.adoc b/tests/spring-cloud-contract-stub-runner-stream/README.adoc index 6dc75e8127..a2b45d60fb 100644 --- a/tests/spring-cloud-contract-stub-runner-stream/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-stream/README.adoc @@ -10,8 +10,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`. ==== Examples