Add integration test for task events

This resolves #126

Use RedisConnectionFactory from RedisTestSupport

Add sub-project for integration tests

 - Since there are overlaps with the integration tests and the unit tests running together (using redis binder vs test support binder), it is better to move the integration tests
to a separate sub-project

Little cleanup
This commit is contained in:
Ilayaperumal Gopinathan
2016-04-12 11:24:45 +05:30
committed by Glenn Renfro
parent 1cd18497b8
commit ced5a3aa87
5 changed files with 146 additions and 6 deletions

View File

@@ -72,6 +72,7 @@
<module>spring-cloud-task-docs</module>
<module>spring-cloud-task-batch</module>
<module>spring-cloud-task-stream</module>
<module>spring-cloud-task-integration-tests</module>
</modules>
<properties>