javabank
javabank copied to clipboard
Native Java bindings for Mountebank
Mountebank supports Jsonpath or Xpath while creation of Predicates for matching Body Data as follows: { "jsonpath": { "selector": "$.identities[2].career" }, "equals": { "body": "Teacher" } } But here within...
Using the Client(String, int) constructor throws an UnknownFormatConversionException, because %i is not supported (should be %d). Reproduce: `Client client = new Client("localhost", 2525);` (Yes, this is the default, but just...
Enum PredicateType contains value NOT, but PredicateTypeBuilder does not contain method not(). Also missing: or(), and(), inject(). Is it possible to add these methods?
Hello, Added the project via maven and when I am trying to build with the javabank-core dependency I am getting the following error: Error:java: java.lang.ExceptionInInitializerError Other than that it is...
Added ability to add proxies to responses list and also add xpath predicates w/ selector and namespace
Creating stubs is currently not very pleasant for people who aren't already familiar with the structure of Mountebank stubs. I've been using Wiremock a bit lately, and I think I'd...