OHHTTPStubs icon indicating copy to clipboard operation
OHHTTPStubs copied to clipboard

Add new helper for request param matching on a regEx

Open mcarti opened this issue 5 years ago • 1 comments

New Issue Checklist

Environment

  • version of OHHTTPStubs: 8.0.0
  • integration method you are using:
    • [x] Cocoapods
    • [ ] Carthage
    • [ ] submodule
    • [ ] other
  • version of the tool you use: [INSERT VERSION HERE]

Issue Description

Not an issue but a proposition of a new helper. I use your library for testing my project and I thank you very much, it's very usefull. For our project needs I've written a new helper I called 'containsQueryParamsMatching'. Whereas the existing helper 'containsQueryParams' matches on query parameter string value equality, 'containsQueryParamsMatching' matches on query parameter matching a given RegEx. I'm ready to make a PR if you think this helper is usefull.

mcarti avatar May 21 '19 09:05 mcarti

@mcarti - yes, a PR would be great!

jeffctown avatar Jan 27 '20 12:01 jeffctown