1 min read
testing How to include request body field in wiremock response
How to include request body field in wiremock response
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.