- Espresso mock network interceptor added (#9)

- Ability to stub end points in UI tests
This commit is contained in:
2022-04-03 14:50:30 +01:00
committed by GitHub
parent a1a32e4ceb
commit a96b976e86
27 changed files with 737 additions and 66 deletions

View File

@@ -17,7 +17,7 @@ android {
targetSdkVersion 30
versionCode 5
versionName "3.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
testInstrumentationRunner "com.appttude.h_mal.atlas_weather.application.TestRunner"
vectorDrawables.useSupportLibrary = true
buildConfigField "String", "ParamOne", "${paramOneEndPoint}"