Top "Sentestingkit" questions

SenTestingKit is Apple's install of OCUnit on Mac OS X 10.

Testing the Keychain - OSStatus error -34018

I'm trying to test code that reads and alters the keychain using the basic SenTest framework on Xcode. The code …

ios iphone xcode sentestingkit
XCTest build errors for test target Xcode 5:

I have set up an XCode 5 iOS 7 project for unit tests. Of course, setting up the unit tests are taking …

ios unit-testing xcode5 sentestingkit
dispatch_sync on main queue hangs in unit test

I was having some trouble unit testing some grand central dispatch code with the built in Xcode unit testing framework, …

objective-c grand-central-dispatch sentestingkit
How to read in a local JSON file for testing

I'm trying to write unit tests for json validation (since the app heavily relies on json from a rest API). …

ios objective-c json parsing sentestingkit
How do you load a prototype cell from a storyboard?

Is there a way to load a prototype cell, along with any IBOutlet connections as defined within a storyboard? Update …

objective-c uikit ocunit sentestingkit
Pattern for unit testing async queue that calls main queue on completion

This is related to my previous question, but different enough that I figured I'd throw it into a new one. …

objective-c grand-central-dispatch sentestingkit
What are the advantages of XCTest over SenTestingKit?

I want to do unit testing in iOS. By default test classes are created using XCTest framework classes in Xcode 5. …

ios unit-testing ios7 xcode5 sentestingkit
Logic Testing on iOS devices is not supported?

I am using the SenTestingKit to Unit Test, but I get the following message Logic Testing on iOS devices is …

iphone ios sentestingkit
OCUnit tests to existing iOS project. "ld: file not found"

I've been following this blog post: Adding unit tests to existing project. I'm getting this error however: ld: file not …

objective-c ios xcode4 ocunit sentestingkit