Issue#49 Add first integration test to core

This commit is contained in:
Gergely Hegedus 2022-01-27 14:51:15 +02:00
parent c4c2ea7c26
commit a69fdce26c
6 changed files with 428 additions and 0 deletions

View file

@ -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')
}