You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using HttpClientResponseBuilder in the way as you presented is not possible because it contains a definition of all the rules and actions. So if you would pass it to verify you don't know which rule should be verified.
Currently i have to rewrite the mock rule to verify the number of calls. I.e.:
Especially when using complex rules this is time consuming and a maintenance issue.
I would like to reuse the rule, for example like this:
The text was updated successfully, but these errors were encountered: