Nocilla
Nocilla copied to clipboard
Testing HTTP requests has never been easier. Nocilla: Stunning HTTP stubbing for iOS and Mac OS X.
Is there some way to customize the behavior of what Nocilla does when a request does not match any of the expectations set up in Nocilla? Right now Nocilla just...
I'm stubbing a request like the below ``` stubRequest(@"GET", wildUrl.regex).withHeaders(@{@"Authorization": @"Bearer 123"}).andReturn(200); ``` It's working fine on the iOS 7.1 sim but isn't matching the request on iOS 8 sim...
Hi, I have read this article for unit testing API calls and I understood the concept of unit testing with mock objects to test API calls. http://www.infinite-loop.dk/blog/2011/09/using-nsurlprotocol-for-injecting-test-data/ Inside code of...
...g it for 64bit builds as a sub-project
based on changes from: https://github.com/AlexandrGraschenkov/Nocilla
Hi there, I'm getting this error mocking an http request with Nocilla in iOS 7.1: 0x442169e: jae 0x44216ae ; __pthread_kill + 26 com.apple.NSURLConnectionLoader (9): signal SIGABRT In iOS 8 works...
Hey, we use Nocilla for testing our product and love it. Thanks for creating this great tool! For the moment, however, we have a local mod to our Nocilla submodule...
Nocilla only support stubbing but it doesn't support expectations on HTTP requests. It not often required, but it should be in there