Skip to content

Commit 4509683

Browse files
committed
functionaljava#147: Refactor to move quick tests from props-core
1 parent 64fc2cc commit 4509683

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

quickcheck/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ retrolambda {
1111

1212
dependencies {
1313
compile project(":core")
14-
testCompile dependencyJunit
14+
compile dependencyJunit
1515
}

props-core/src/test/java/fj/data/test/PropertyAssert.java renamed to quickcheck/src/main/java/fj/data/test/PropertyAssert.java

File renamed without changes.

props-core/src/test/java/fj/runner/PropertyTestRunner.java renamed to quickcheck/src/main/java/fj/runner/PropertyTestRunner.java

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)