Merge branch '1.0.x'

This commit is contained in:
Marcin Grzejszczak
2017-04-26 15:07:32 +02:00
4 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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