Created a Robolectric unit test replacement for the NearbyActivity test.

This commit is contained in:
Paul Hawke 2017-11-29 21:29:09 -06:00
parent 9a5bff42d0
commit ce32505ca3
11 changed files with 100 additions and 39 deletions

View file

@ -58,6 +58,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.4'
testImplementation 'org.mockito:mockito-all:1.10.19'
testImplementation 'com.squareup.okhttp3:mockwebserver:3.8.1'
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.8.1'