Add testing sample

Rename artifactId to spring-cloud-stream-sample-testing
This commit is contained in:
Artem Bilan
2017-10-12 18:12:51 -04:00
committed by Soby Chacko
parent a2fea3a188
commit 16beaa71e9
12 changed files with 535 additions and 0 deletions

3
testing/README.adoc Normal file
View File

@@ -0,0 +1,3 @@
== How to test Spring Cloud Stream applications?
This project contains a set of tests for simple Spring Cloud Stream applications to demonstrate what, how and when we can use to test this kind of microservices.