Is there a way to mock Parse.com response in order to use them in unit testing for iOS?

94 views Asked by At

I will use Nimbleparse as backend and I'm writing tests in my iOS project using the parse-SDK-ios. Is there a way to simulate responses, for example when I try to signin a PFUser? Like using stubs for common http requests.

Thank you

0

There are 0 answers