Top "Wiremock" questions

Library used for stubbing and mocking web services.

Why we should use wiremock instead of Mockito

I am having Restclient class which makes a rest call to URL whenever GET method is called on the Restclient …

java unit-testing junit mockito wiremock
Stubbing with Wiremock - WithBodyFile Location other than _files

Wiremock Documentation states that the location of the file specified in withBodyFile should be in src/test/resources/__files. I …

java stubbing wiremock
Testing using Wiremock to test a Feign Client

So I've spent a good day trying to figure this out and it's been quite difficult. So the issue is …

spring spring-cloud netflix-eureka wiremock spring-cloud-feign
ClassNotFoundException with Wiremock 2.5.1 and Spring Boot 1.5.1

I'm having problems when trying to configure a test infrastructure in Spring Boot 1.5.1.RELEASE and Wiremock 2.5.1. It's throwing: java.lang.…

spring-boot wiremock