rxjava schedulers (#2668)

* rxjava utility operators test

* rxjava schedulers
This commit is contained in:
alincojanu
2017-09-24 20:30:09 +03:00
committed by Grzegorz Piwowarek
parent 8db94607f9
commit c9072e54d1
2 changed files with 244 additions and 0 deletions
+6
View File
@@ -47,6 +47,12 @@
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>