SenTestingKit is Apple's install of OCUnit on Mac OS X 10.
I'm trying to test code that reads and alters the keychain using the basic SenTest framework on Xcode. The code …
ios iphone xcode sentestingkitI 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 sentestingkitI was having some trouble unit testing some grand central dispatch code with the built in Xcode unit testing framework, …
objective-c grand-central-dispatch sentestingkitI'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 sentestingkitIs there a way to load a prototype cell, along with any IBOutlet connections as defined within a storyboard? Update …
objective-c uikit ocunit sentestingkitThis 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 sentestingkitI 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 sentestingkitI am using the SenTestingKit to Unit Test, but I get the following message Logic Testing on iOS devices is …
iphone ios sentestingkitI'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