Add tests for equals, hashCode and toString

This commit is contained in:
2017-07-24 11:41:12 -04:00
parent 864636705d
commit f3a64fd67a
19 changed files with 189 additions and 142 deletions

View File

@@ -25,6 +25,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:2.8.9'
testImplementation 'org.json:json:20160810'
testImplementation 'org.xerial:sqlite-jdbc:3.18.0'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.3.1'
implementation('com.opencsv:opencsv:3.9') {
exclude group: 'commons-logging', module: 'commons-logging'