Codersee
Kotlin on the backend
Codersee
Kotlin on the backend
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.