
1 min read
testing Echo request fields directly in your Wiremock responses! Learn how to return the data from HTTP request bodies using Wiremock’s response templating.
Echo request fields directly in your Wiremock responses! Learn how to return the data from HTTP request bodies using Wiremock’s response templating.
While BaseHttpServer is very fancy for quick and dirty tests, it's not easy to do testing on it. Discover how do I manage to test BaseHttpServer and mock dependencies
Working with Mockito's ArgumentCaptor I discover it does not work as expected with child classes. This article describe a workaround to keep using it.
Mocking external API with wiremock. Prepare a docker-compose bootstrap project for wiremock.