Issue#49 Add core-network integration tests

This commit is contained in:
Gergely Hegedus 2022-01-27 20:48:03 +02:00
parent a69fdce26c
commit 555ad6d05f
4 changed files with 286 additions and 29 deletions

View file

@ -27,5 +27,7 @@ dependencies {
testImplementation "com.squareup.retrofit2:retrofit:$retrofit_version"
testImplementation "app.cash.turbine:turbine:$turbine_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$testing_junit5_version"
testImplementation project(':mockserver')
}