Skip to content
Advertisement

Tag: verify

MockServer verify with multiple body matchers

I’m using MockServer body matchers to verify an endpoint request’s body parameters. Some properties can be matched exactly, but others may need a separate subString or regex matcher, because part of that property is unknown. For example, a date-time string may have a known date, but unknown time. However, with multiple withBody() calls, the verify method passes if one or

Advertisement