novoda / rxpresso

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

Provide assertion logic to verify calls on the mocked repository #2

Closed Dorvaryn closed 9 years ago

Dorvaryn commented 9 years ago

It could be interesting to allow to verify if void methods are called on the repository. This could help test UI's with read/write data logic.