Last active
January 8, 2016 15:50
-
-
Save dbacinski/3ed6797d9449297bc392 to your computer and use it in GitHub Desktop.
Spock + Espresso + Dagger2 + Runtime Permissions + RxJava
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spock + Espresso + Dagger2 + Runtime Permissions + RxJava | |
Test: | |
https://github.com/dbacinski/meteopl-unofficial/blob/master/app/src/androidTest/groovy/pl/dariuszbacinski/meteo/location/LocationSaveSpec.groovy#L25 | |
Test Stubs Setup: | |
https://github.com/dbacinski/meteopl-unofficial/blob/master/app/src/androidTest/groovy/pl/dariuszbacinski/meteo/location/LocationSetup.groovy#L38 | |
Stubbed Objects: | |
https://github.com/dbacinski/meteopl-unofficial/blob/master/app/src/main/java/pl/dariuszbacinski/meteo/location/model/CoarseLocation.java#L27 | |
Dagger2 local component provider: | |
https://github.com/dbacinski/meteopl-unofficial/blob/master/app/src/main/java/pl/dariuszbacinski/meteo/location/view/LocationFragment.java#L216 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment