add MockWebServer dependence
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Raffaele Mignone 2019-11-08 22:21:51 +01:00
parent 41f037a31f
commit a72f27340c
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ dependencies {
implementation("com.squareup.retrofit2:retrofit:$retrofitVersion")
implementation("com.squareup.retrofit2:converter-gson:$retrofitVersion")
// mock server response
testImplementation("com.squareup.okhttp3:mockwebserver:4.2.1")
// use JUnit test framework
testImplementation("junit:junit:4.12")
}