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
When using this project and debugging down into problems with requests matching or not the HttpRequestMatcher does not override toString() to provide a good representation of itself.
The class itself accepts a Closure, so this will be difficult to show information about as well.
Is there value in changing the interface to this class so a good string representation can be returned and shown to the developer?
The text was updated successfully, but these errors were encountered:
When using this project and debugging down into problems with requests matching or not the HttpRequestMatcher does not override toString() to provide a good representation of itself.
The class itself accepts a Closure, so this will be difficult to show information about as well.
Is there value in changing the interface to this class so a good string representation can be returned and shown to the developer?
The text was updated successfully, but these errors were encountered: