Spring
Test Spring Boot AWS S3 with Localstack and Testcontainers
The last article in a series dedicated to Spring Boot AWS S3 integration focused on testing with LocalStack and Testcontainers.
Articles
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.
In this article, I’d like to show you how to use MockK- an open-source mocking library for Kotlin- with JUnit 5.