mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
[headless] Add first integration test for ContactController
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user