Mark

Results 2 comments of Mark

This helps out with unit testing classes that use `Dispatchers.IO`. The `MainCoroutineRule` only allows you to set the main dispatcher as far as I'm aware. https://github.com/android/architecture-samples/blob/a6156ad6bb0888aa60bdd587a888679ab2c64e50/app/src/sharedTest/java/com/example/android/architecture/blueprints/todoapp/MainCoroutineRule.kt#L57 I don't think there's...

ActionsModule has a title param in the constructor. `ActionsModule("NewTitle", spinnerAction)`