fmrsabino / movies-db-android

7 stars 1 forks source link

Tests #1

Open hussam789 opened 7 years ago

hussam789 commented 7 years ago

I read you blog posts, and I like this implementation of MVI/MVP with ModelView (Android arch component) and RxJava and state reducers to manage state (inspired by Jake Wharton's Presentation). It would be nice to see also Unit Test sample as mentioned in Managing State with RxJava at 46:55 Testing Presenters (business logic of the app): image

Unit Testing UI and how it renders different states: This can be useful to see how to app looks like and behaves given a certain State (UI model) image

fmrsabino commented 7 years ago

Yes that's also on the plans but since I've been working on and off on this project it might take some time. Previous commits had tests for the MVP architecture if you are interested on those.