Android-CleanArchitecture icon indicating copy to clipboard operation
Android-CleanArchitecture copied to clipboard

Test interactions between presenters and views

Open vincent-paing opened this issue 6 years ago • 1 comments

Say I want to test whether the view's displayError is actually called when the observable emits an error. How do I do that? I've been trying to write test codes and couldn't figure it out. I'd love if someone gives an example on it

vincent-paing avatar Jan 28 '18 05:01 vincent-paing

https://github.com/android10/Android-CleanArchitecture/issues/223

esevinale avatar Apr 12 '18 14:04 esevinale