TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by rbaumbach, Ryan Baumbach.
Depends on: | |
AFNetworking | ~> 2.0 |
SimpleOAuth2 | ~> 0.0.3 |
A Repo that contains "Real Fake" objects that can be used for testing iOS applications.
This project will contain all the fake objects that I use for testing. Real Fakes can be used to stand in for real object dependencies in spec/test files and provide a way to store off parameters of methods called (particularly helpful with blocks, requires less setup than mocks). Since I've used these fakes across various applications, it will be helpful to keep these contained in one project.