BAEL-1409: Rxjava2 Flowable Tests

This commit is contained in:
Dominik
2018-01-08 00:06:53 +01:00
committed by DominWos
parent 5459445826
commit cafee5736f
2 changed files with 101 additions and 0 deletions
+7
View File
@@ -31,6 +31,13 @@
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>