[Android] Exploring Unidirectional State Flow, Part 3

Profile Picture
- Published on Jan 24, 2020馃審 Public

Today we're going to explore the tests in the USF Android template app: https://github.com/kaushikgopal/movies-usf-android

We'll check out the unit, integration, and UI tests in the project. On previous videos we explored all classes and debugged the data flow, so I'm excited to see how the architecture of the app lends itself to testing.

More videos exploring the Unidirectional State Flow library

Video 1: Android, loading the project, exploring the app

Video 2: Android, exploring the code

Video 3: Android, exploring the tests

Video 4: iOS, exploring the iOS project