[headless] Add first integration test for ContactController

This commit is contained in:
Torsten Grote
2018-11-06 10:52:02 -03:00
parent a5c9e7c74d
commit d857338ad0
9 changed files with 283 additions and 33 deletions

View File

@@ -30,6 +30,9 @@ dependencies {
testRuntime "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
testImplementation "io.mockk:mockk:1.8.12"
testImplementation "org.skyscreamer:jsonassert:1.5.0"
testImplementation 'khttp:khttp:0.1.0'
kaptTest 'com.google.dagger:dagger-compiler:2.19'
}
jar {
@@ -48,6 +51,7 @@ jar {
idea {
module {
sourceDirs += file('build/generated/source/kapt/main')
testSourceDirs += file('build/generated/source/kapt/test')
generatedSourceDirs += file('build/generated/source/kapt/main')
}
}