Issue#49 Add first integration test to core
This commit is contained in:
parent
c4c2ea7c26
commit
a69fdce26c
6 changed files with 428 additions and 0 deletions
|
|
@ -26,4 +26,6 @@ dependencies {
|
|||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
|
||||
testImplementation "com.squareup.retrofit2:retrofit:$retrofit_version"
|
||||
testImplementation "app.cash.turbine:turbine:$turbine_version"
|
||||
|
||||
testImplementation project(':mockserver')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue