Some improvement for testing sample

* Add JavaDocs
* Demonstrate more test utilities usage and testing approaches
This commit is contained in:
Artem Bilan
2017-10-16 13:37:17 -04:00
parent 16beaa71e9
commit 1204d0fcb4
9 changed files with 106 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ To build the samples do:
* `dynamic-source` publishes messages to dynamically created destinations.
* `kinesis-produce-consume` An example application using spring-cloud-stream-binder-aws-kinesis. Presents a web endpoint to send Orders, these are placed on a Kinesis stream and then consumed by the application from that stream.
* `kinesis-produce-consume` An example application using spring-cloud-stream-binder-aws-kinesis. Presents a web endpoint to send Orders, these are placed on a Kinesis stream and then consumed by the application from that stream.
* `multi-io` shows how to use configure multiple input/output channels inside a single application.
@@ -40,3 +40,5 @@ We generally recommend testing with the http://docs.spring.io/spring-cloud-strea
* `kstream` is a collection of applications that demonstrate the capabilities of the Spring Cloud Stream support for Kafka Streams
* `testing` is a bunch of applications and tests for them to demonstrate the capabilities of testing for the the Spring Cloud Stream applications.