Added & tested equals() and hashCode() in IntegerArgumentType

This commit is contained in:
Nathan Adams
2014-09-25 13:18:11 +02:00
parent 5136e3d103
commit fb92c2f3c8
3 changed files with 34 additions and 0 deletions
+9
View File
@@ -30,6 +30,7 @@ dependencies {
testCompile 'junit:junit-dep:4.10'
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
testCompile 'org.mockito:mockito-core:1.8.5'
testCompile 'com.google.guava:guava-testlib:17.0'
}
task sourcesJar(type: Jar) {
@@ -37,6 +38,14 @@ task sourcesJar(type: Jar) {
from sourceSets.main.allSource
}
test {
testLogging {
events "failed", "skipped"
showStandardStreams true
showExceptions true
}
}
artifacts {
archives jar
archives sourcesJar