Olivier Halligon

Results 355 comments of Olivier Halligon

Note: upcoming version 6.0.0 (see #242) will add a `pathMatches(…)` matcher function helper. It's not as powerful as a whole component matching mechanism like `URITemplate` but it could help in...

Thanks for the report! I'll try to look into it as soon as I have some free time :wink:

Hey Thanks for the issue report The problem you have is that you're using the *shared* `URLSessionConfiguration`, which is kind of special (see Apple docs) as it uses the *global*...

Hi I don't really understand how the fact that the method you wanna call has a callback or not would change the use of OHHTTPStubs? Not sure I understand your...

I am sorry, but I still don't see how that kind of setup would affect the way you use OHHTTPStubs? OHHTTPStubs intercept the very low level network requests, at the...

I think that if you could provide an example project reduced to the minimum to reproduce your use case that would help us understand what you mean exactly and what's...

Ok, I see your mistake then. As expected, it's not related to `OHHTTPStubs` per-se, but to asynchronous testing in general. Whether you use `OHHTTPStubs` or not, when you write a...

By default the stub returns the fake response in the very next RunLoop, unless you specify a response time explicitly for the stub (see README and the wiki for details)...

Seems Great and really interesting indeed! _This could also interest @lukabernardi who requested it in #53 a while back_ I'd make the `sendResponseHandler` property private instead of public (as it's...