objc-mocktail icon indicating copy to clipboard operation
objc-mocktail copied to clipboard

A simple(r) way to stub out HTTP servers in your Objective-C app.

Results 11 objc-mocktail issues
Sort by recently updated
recently updated
newest added

- By moving the Mocktail file parsing into the `MocktailResponse` class Mocktail files can be reused for purposes other than running Mocktail. Whether that be generating other types of network...

Ability to run Mocktail on WatchOS2.0 targets. This would include 1. updating podspec 2. fixing compilation errors

- added possibility to initialise with filesURLs and NSURLSessionConfiguration - updated logic of registering `MocktailURLProtocol` to `NSURLSessionConfiguration` allowing to support multiple NSURLSessionConfiguration's - updated deployment target to 7.0 - due...

Update documentation explaining how to create files in Mocktail format so that they can be used by Mocktail to stub HTTP servers.

Following the base64 prefix structure, I added a new "bundleFile" prefix. In place of the base64 data, you need to write the name of file in the bundle and it...

Team - We have the need, as we expect others do, to match requests with a particular body and to return a specific response. As we understand the codebase, this...

Adds a `clearMocktails` method for resetting the state of Mocktail

Hi Guys, Could you add a simple app with an example with a post request (with content in the body payload). Regards, Hans

Now parse values with ":" properly. and for status code 3xx, needs to call wasRedirectedToRequest

Added additional image mock functionality with documentation.