Files
spring-cloud-stream-samples/testing-samples/testing-demo
Artem Bilan 1fdbcb1f38 GH-163: Refresh testing-demo as functions
Fixes https://github.com/spring-cloud/spring-cloud-stream-samples/issues/163

* Rework a logic for all the Spring Cloud Stream micorservices in the
`testing-demo` into functions without any `@EnableBinding` and friends
* Change test to JUnit 5
* Change the logic in tests to reflect function-based configuration
and modern approaches for testing this kind of applications
* Use `@EmbeddedKafka` instead of rule which is not available in JUnit 5

* Exclude unnecessary auto-configurations from tests
* Decrease `OddEvenSourceTests` time using
`spring.cloud.stream.poller.fixed-delay=1` configuration property

* Removing headerMode from test configuration
2019-11-08 16:17:25 -05:00
..
2018-03-09 10:47:22 -05:00
2019-03-21 15:21:19 -04:00
2019-03-21 15:21:19 -04:00
2019-03-21 15:19:50 -04:00
2018-03-09 10:47:22 -05:00

== 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.