Further build improvements (#1486)

This commit is contained in:
Grzegorz Piwowarek
2017-03-25 11:00:16 +01:00
committed by GitHub
parent efc2043e52
commit 669f4d6dce
4 changed files with 26 additions and 2 deletions
@@ -11,7 +11,7 @@ import java.util.function.Predicate;
import static javaslang.API.*;
public class PropertyBasedTest {
public class PropertyBasedLongRunningUnitTest {
private static Predicate<Integer> divisibleByTwo = i -> i % 2 == 0;
private static Predicate<Integer> divisibleByFive = i -> i % 5 == 0;