CLLocation can't be found even though <CoreLocation/CoreLocation.h> is imported...
Read MoreWhat's the quickest way to compare a NSUInteger with an int (e.g. 5) in objective-c?...
Read MoreOCMock stub class methods of the class that is being tested...
Read MoreStatic Library added as sub-project vs static library added as target...
Read MoreHow to implement or emulate an "abstract" OCUnit test class?...
Read MoreAdding a root view controller OCMockObject[UIViewController] as a child view controller error...
Read MoreHow can I run OCUnit (SenTestingKit) with NSDebugEnabled, NSZombieEnabled, MallocStackLogging?...
Read MoreOCMock partial mock gives unexpected call...
Read MoreHow to replace async calls with mocks and predefined answers?...
Read MoreWhat is the difference between STAssertEqualObjects and STAssertEquals?...
Read MoreHow to unit test NSFetchedResultsControllerDelegate?...
Read MoreUsing Xcode's unit-testing framework, can application code determine whether it is being run as ...
Read MoreOCUnit - Break on test case failure?...
Read MoreHow can I launch OCUnit test on iPhone from Command line...
Read MoreOCUnit: How to change the prefix of test-case methods?...
Read MoreSTAssertTrue not returning as I expect...
Read MoreNSBundle while unit testing with OCUnit returns (null)...
Read MoreOCUnit Application Test with Simulator in terminal...
Read MoreSTAssertEqualObjects compare class...
Read MoreHow do I exclude a code path when running a unit test on iOS?...
Read MoreCLLocationManager and unit testing...
Read MoreAssert that message is sent to self OCUnit...
Read MoreWhy doesn't gcov report any lines being covered by my unit tests?...
Read MoreIssue implementing OCUnit in existing ARC project...
Read MoreUnit Testing in With A Static Library...
Read MoreOCUnit crashes when creating UITextView...
Read MoreHow do I add a target to a test scheme?...
Read More