novoda / rxpresso

Easy Espresso UI testing for Android applications using RxJava.
Other
363 stars 23 forks source link

Support "spying" to allow for non mocked calls to be forwarded to actual implementation. #1

Closed Dorvaryn closed 9 years ago

Dorvaryn commented 9 years ago

Maybe we can investigate if providing the ability to "spy" instead of mocking a repository could be beneficial.

There might be a few scenarios where this could be useful.