coroutines How to test a time-dependent coroutine Check two approaches to test kotlin coroutines code depending on time.
mocking How to use MockK in Kotlin? Stubbing and Mocking coroutines made easy. How to mock suspend function in Kotlin? MockK is the solution. Code examples for coEvery, coAnswers, coReturns