zsmb.coEst. 2017



Android Makers 2022

2022-04-25 • Event page

Resources

Talk details

Untangling Coroutine Testing

Coroutines are embraced on Android as a tool to perform asynchronous operations and manage threading in your apps. Testing them requires some extra work and a solid understanding of scopes and dispatchers.

In this talk, we’ll look at how to test coroutines with the latest available testing APIs introduced in kotlinx.coroutines 1.6, from the simplest cases all the way to Flows.

Resources: