Nocilla Versions Save

Testing HTTP requests has never been easier. Nocilla: Stunning HTTP stubbing for iOS and Mac OS X.

0.11.0

7 years ago

This release adds tvOS & macOS support.

0.10.0

8 years ago
  • Add a Framework target, adding Carthage support
  • Improve matching of NSData objects

0.9.0

9 years ago
  • Expose -[LSNocilla isStarted] @luisobo
  • Fix EXC_BAD_ACCESS in -[LSStubRequst matchesMethod:]. @azeff
  • Properly handle redirects and cookies @mAu888 and @ychang-brightcove
  • Update DSL to avoid unnecessary parens in Swift @luisobo
  • Fix link to Kiwi in README. @vikingosegundo

0.8.2

9 years ago

0.7

10 years ago

Experimental support for ASIHTTPRequest

At this moment Nocilla supports stubbing request made with ASIHTTPRequest. This feature is experimental for the moment and more testing in the wild needs to be done. It has been tested with the classes ASIHTTPRequest and ASIFormDataRequest. It has not been tested for ASIWebPageRequest, ASICloudFilesRequest or ASIS3Request. If you want to enable it, point to the podspec in this repo and register the hook before starting Nocilla, like this:

pod 'Nocilla', :podspec => 'https://raw.github.com/luisobo/Nocilla/master/Nocilla.podspec'
[[LSNocilla sharedInstance] registerHook:[[LSASIHTTPRequestHook alloc] init]];
[[LSNocilla sharedInstance] start];