Renamed the randomBooks() method to generate() & added some javadocs for the public methods.

This commit is contained in:
Iiro Krankka
2017-01-09 10:37:30 +02:00
parent 46d2cbe833
commit feb54cefd5
8 changed files with 20 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ dependencies {
testCompile 'junit:junit:4.12'
testCompile 'info.cukes:cucumber-java:1.2.4'
testCompile 'info.cukes:cucumber-junit:1.2.4'
testCompile 'org.mockito:mockito-core:1.+'
testCompile 'org.mockito:mockito-core:2.5.5'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'