BAEL-724 (#1422) Property testing with Javaslang

* BAEL-724 add javaslang test and property testing example

* BAEL-724 make test more readable

* BAEL-724 change missspelled word to the Remainder
This commit is contained in:
Tomasz Lelek
2017-03-20 12:18:41 +01:00
committed by pedja4
parent 52c1e6a3fb
commit 29645fc0d1
2 changed files with 78 additions and 0 deletions
+9
View File
@@ -22,8 +22,17 @@
<artifactId>javaslang</artifactId>
<version>2.1.0-alpha</version>
</dependency>
<dependency>
<groupId>io.javaslang</groupId>
<artifactId>javaslang-test</artifactId>
<version>${javaslang.test.version}</version>
</dependency>
</dependencies>
<properties>
<javaslang.test.version>2.0.5</javaslang.test.version>
</properties>
<build>
<plugins>
<plugin>