SuperMock icon indicating copy to clipboard operation
SuperMock copied to clipboard

A very simple yet powerful UI and Unit testing mock framework for API calls. It lives in your app and is completely offline.

Results 2 SuperMock issues
Sort by recently updated
recently updated
newest added

In the SuperMockResponseHelper, the cast to NSMutableDictionary always produces nil. Changing the cast to NSDictionary provides a successful cast. I have a PR that resolves this: https://github.com/michaelarmstrong/SuperMock/pull/17

Hi, came across this project and was eager to give it a try as it offers a simple & elegant solution. Following the instructions for using cocoa pods I encountered...