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.
The last article in a series dedicated to Spring Boot AWS S3 integration focused on testing with LocalStack and Testcontainers.
Learn how to perform integration testing for Spring WebClient that invokes external REST APIs with WireMock and JUnit 5.
In this, practical tutorial, I will show you how to test a REST API created with Micronaut, Kotlin and MongoDB.
In this short article, I will show you how to solve the "Unexpected error occurred: Can't find a codec for CodecCacheKey" in Micronaut.