Method threw 'java.lang.NoSuchMethodError' excepti...
# wiremock-java
g
Method threw 'java.lang.NoSuchMethodError' exception. Cannot evaluate com.github.tomakehurst.wiremock.http.ResponseDefinition.toString()
t
Hi @Ghazi this suggests you’ve somehow ended up with more than one version of WireMock on your classpath. I suggest you start by dumping a dependency report from your build tool and seeing if/how this has happened.
👍 1