Skip to content

Commit

Permalink
Add QuickCheck framework to make able testing with random strings
Browse files Browse the repository at this point in the history
  • Loading branch information
risik committed Jun 6, 2015
1 parent 507011c commit 7ca99ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -12,6 +12,8 @@ subprojects {

dependencies {
testCompile 'junit:junit:4.+'
testCompile 'com.pholser:junit-quickcheck-core:0.5+'
testCompile 'com.pholser:junit-quickcheck-generators:0.5+'
}
}

Expand Down

0 comments on commit 7ca99ae

Please sign in to comment.