Questions tagged [xctest]

XCTest is a testing framework developed by Apple specifically for conducting unit tests. It is compatible with iOS 7 as well as all iterations of OS X.

Tips for organizing static JSON files for XCTests

Currently, I have a collection of static json files within my project that I am utilizing in unit tests instead of API responses. In order for this setup to function properly, the target membership of these files must belong to the production target; other ...