Added tests.
This commit is contained in:
parent
f9f219abe5
commit
cf2d964b6e
6 changed files with 226 additions and 7 deletions
|
@ -74,6 +74,13 @@ dependencies {
|
|||
compile files('lib/owm-japis-2.5.0.5.jar')
|
||||
|
||||
compileOnly semverJar
|
||||
|
||||
testCompile 'org.testng:testng:6.11'
|
||||
testCompile 'org.assertj:assertj-core:3.8.0'
|
||||
}
|
||||
|
||||
test {
|
||||
useTestNG()
|
||||
}
|
||||
|
||||
annotationProcessor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue