
MockK with Coroutines [5/5]
In the last article in a series, we are going to learn everything we need to know to work with MockK and Kotlin coroutines.
Ktor Server Pro course is out ๐ฅStart learning today
Articles
In the last article in a series, we are going to learn everything we need to know to work with MockK and Kotlin coroutines.
In the fourth artcile in a series, we are going to learn what are MockK spies, relaxed mocks and how to do a partial mocking.
In the third artcile in a series, we are going to focus on Kotlin objects, top-level and extension functions in MockK.
In the second article in a MockK Kotlin series, we are going to learn more about various verification techniques.
In this, first article in a series dedicated to MockK and Kotlin, we will learn how to create mocks, define stubbings and utilize matchers.
In this, practical tutorial, I will show you how to test a REST API created with Micronaut, Kotlin and MongoDB.