Issue#8 Take use of TestFixtures to keep MockWebServer TLS setup in the network module, while still being able to use it in Android Tests
This commit is contained in:
parent
555ad6d05f
commit
3f4d22528c
18 changed files with 117 additions and 77 deletions
|
|
@ -2,6 +2,7 @@ plugins {
|
|||
id 'java-library'
|
||||
id 'kotlin'
|
||||
id 'kotlin-kapt'
|
||||
id 'java-test-fixtures'
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
@ -30,4 +31,5 @@ dependencies {
|
|||
testImplementation "org.junit.jupiter:junit-jupiter-params:$testing_junit5_version"
|
||||
|
||||
testImplementation project(':mockserver')
|
||||
testFixturesApi testFixtures(project(':network'))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue