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

learn more… | top users | synonyms

0
votes
1answer
18 views

Can we add dependency in between unit test class1 to unit test class2 iOS

I have started writing Unit Test cases for my existing application for testing functional flow. I am using OCUnit (SentestingKit.framework). App is client-server based app. There are five tabs in my ...
1
vote
1answer
54 views

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). I have a local file that contains simple json: "goodFeaturedJson.txt" The contents: { ...
1
vote
0answers
25 views

Getting XCode to report a test case failure in a calling class

If I write a helper method for test case: - (void)testCallsHelper { [self helper]; // Can I get Xcode to highlight the failure here? } - (void)helper { STFail(@"Fail"); // Xcode highlights ...
1
vote
3answers
39 views

Variable destroyed in unit test

all: I've the following unit tests class (implementation file shown): @implementation SampleTests { A* c; NSString* token; } - (void)setUp { [super setUp]; // Set-up code here. ...
1
vote
0answers
89 views

SenTestingKit in Xcode

Hi I've got this caution message, I didn't have it before: ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit, missing ...
-4
votes
1answer
55 views

Can anyone provide a clear explanation and example for core-data unit testing(Sentest)? [closed]

I need a clear explanation for writing core-data unit test using Sentest.
0
votes
0answers
27 views

Customizing SenTest/OCUnit

From time to time, I have the impulse to modify some aspects of the Mac/iOS unit testing framework. I wouldn't want to sacrifice its nice integration with XCode, but at times I find myself hankering ...
0
votes
1answer
27 views

Test NSNotification delivery

I'm trying to make sure the NSNotification gets sent after reportIssue is called. I get this error: error: -[APHIssueComposerTests testPopulatedIssueIsReceived] : ...
1
vote
2answers
308 views

EXC_BAD_ACCESS in objc_msgSend while “Instrument Program Flow” is enabled

I've spent a few days trying to track down this issue with no luck so far. I am trying to measure test coverage in my project, a Mac OS application developed in Objective-C with Xcode, and this means ...
0
votes
1answer
48 views

Understanding SenTestingKit Log Output

I am trying fully understand the final console output generated from my unit tests: Test Suite 'Multiple Selected Tests' finished at 2013-02-21 22:54:57 +0000. Executed 6 tests, with 0 failures (0 ...
4
votes
1answer
92 views

Unit Tests are always “successful” after adding OCMock

I would like to use OCMock in my Cocoa project's unit tests. I have downloaded the latest version of OCMock (2.0.1) and copied the OCMock.framework into my project's directory. In Xcode, I have added ...
2
votes
2answers
64 views

Is there a way to easily run a specific group of tests or a single test in xcode?

Is there a way to run a single test in isolation, or a group of tests? I find that when I am trying to debug a particular test, it's really annoying because previous test cases may trigger that same ...
2
votes
1answer
157 views

Running ios ocunit logic tests through command line fails to access keychain

I am trying to run my logic tests (OCUnit) using command line. but it fails with errors. Command used xcodebuild -sdk iphonesimulator4.3 -configuration Debug -project XYZ.xcodeproj -target XYZ build ...
1
vote
0answers
83 views

cocos2d unit testing. Undefined symbol

trying to convince myself of the benefits of unit testing and TDD I decided to include tests with my latest Cocos2D project. Getting the initial boiler-plate test up and running works fine, but alas, ...
1
vote
0answers
94 views

Core-data with SenTestCase class : unexpected error

I am working on an application which stores and retrieves data from sqlite db, using core data. For this I have created a separate class which acts like a data link layer - LocalDBController Below is ...
0
votes
1answer
72 views

EXC_BREAKPOINT using UITableViewCell's textLabel's text in a test target

I have a test target where I am testing a table view data source.I want to test that the cell's textLabel returned by tableView:cellForRowAtIndexPath: contains the text I expect, but when I set the ...
0
votes
1answer
56 views

STFail in block

When running tests using SenTestingKit, they don't fail correctly inside a block, e.g. operation = [AFJSONRequestOperation JSONRequestOperationWithRequest:request ...
1
vote
1answer
117 views

Assertion in Helper Class Ignored

I have a test case and a helper class. In the helper class I want to use asserts too like here: MainTests.h #import <SenTestingKit/SenTestingKit.h> @interface MainTests : SenTestCase @end ...
0
votes
0answers
45 views

How do I run a script from within an iOS unit test?

I've written a class for parsing a custom XML format, which can also output DTDs and XSDs for the format that it recognises. We've got some example XML, and I'd like to write a test that confirms ...
1
vote
2answers
132 views

XCode 4 Unit test: Is it possible to ignore certain test cases?

Is there a way of ignoring a specific test case without commenting it out? Some tests are written before the implementation exists, so before commiting any code I'd like to first flag these tests to ...
0
votes
2answers
101 views

Use OCMock to verify if a method is invoked

Im a beginner to OCMock and I need to verify if a method is invoked from another class. The following is my code. //Creating the OCMockObject id mockProductRequest = [OCMockObject ...
0
votes
1answer
193 views

Getting iPhone Documents Directory in TestCases

I'm running test cases which uses sqlite database to test my code on iPhone simulator using default SenTestingkit, when i try to get the home directory using either of the following ways NSArray ...
1
vote
1answer
61 views

Unit Testing Target not recognizing static csv file

I am running Xcode 4.5 and I have added a new unit testing target to an existing project. I added a csv file to the Copy Bundle Resources section of the target, but the target is not recognizing the ...
0
votes
0answers
128 views

SenTestingKit with xcode 4.3.2 having issue

I am new in iPhone app development. I have used Xcode 3.2 but not when working with Xcode 4.3.2 and Using SenTestingKit and adding framework for it. I have added framework search paths : ...
1
vote
1answer
284 views

XCode OCUnit crashes with Abort trap: 6 before any test code is run

I have the following stupidly simple test case (defined in a .mm file with correspong .h file). It uses boost to try to read in a ptree from a stringstream to simulate the text that would be in a ...
1
vote
2answers
263 views

Launch test cases by hand (SenTestCase)? Need to wait for some background tasks before testing

I make some data loading from disk in the background. My test should run after the runtime store has populated, but now tests runs paralel to my loading, which causes empty objects of course, so ...
0
votes
1answer
166 views

Xcode 4.3.3 missing SenTestingKet.framework causes Undefined symbols “_OBJC_METACLASS_$_SenTestCase”

On my MAC mini osx-snow-leopard xcode4.1 my project can run SenTestingKit.framework tests. Got a MACBook Pro with osx-lion 10.7.4 with xcode4.3. For the same project I cannot run unit tests because ...
1
vote
1answer
220 views

iOS Application Test static library initialization

I'm trying to write tests for an iOS app with a legacy C++ library dependency. The legacy library has initialization routines and static variables that must be run/set once per app cycle. I've ...
2
votes
0answers
72 views

Unit test without leaving Xcode

Is it possible to run unit tests without the auto-application-switch to the simulator? It gets quite annoying, especially if you're in fullscreen and you end up thrown a "whole desktop" away from the ...
0
votes
0answers
285 views

How can you use handleOpenUrl (URL Schemes) in Xcode (SenTestingKit) Unit Tests

I currently have my iOS application linking with the Dropbox SDK and it's encapsulated this into a single object. My URL Schemes and handleOpenUrl all works fine in my application. I'm now trying to ...
0
votes
2answers
570 views

Unit testing Objective-C++ frameworks with Xcode 4.x

I'm writing a framework using Objective C++ and I am having trouble setting up unit tests for it. Compiling just the framework target works fine. But when I tell Xcode to compile and run the test ...
0
votes
2answers
362 views

Unit testing a static library with RestKit

I'm attempting to follow along with the RestKit unit test guide ( https://github.com/RestKit/RestKit/wiki/Unit-Testing-with-RestKit ) except that my project is a static library instead of an app. ...
1
vote
1answer
271 views

Errors building tests trying to use Magical Record with Kiwi

I'm having problems getting Magical Record to play nicely with a testing target that's based on Kiwi. Kiwi's been set up as per the process on the GitHub wiki; Magical Record works fine on the other ...
6
votes
1answer
440 views

Running SenTestingKit unit tests in Instruments

I'm developing a database-access library and I'm trying to check for memory leaks using already-written unit tests. These are logic tests based on SenTestingKit, set up the normal way in Xcode 4.2. I ...
2
votes
0answers
236 views

SenTesting stop test after first STAssert fails

Is there a way to stop execution of an iOS unit test once the first STAssert fails? For example if I have multiple STAsserts: STAssertTrue([myobject succeeded], @"failed"); ...
0
votes
1answer
604 views

SenTesting for iOS programmatically press button?

So in some of the apple sample code I see things like this for application testing: [viewController press:[calcView viewWithTag: 6]]; // 6 However when I try to do that with my own ...
0
votes
1answer
123 views

iphone unit test case result shows more failures than test cases

I am trying to write some unit test cases for iPhone app. but the results are little weird. I understand the result but want to know how to get actual No. of test cases failed and passed. Executed 24 ...
0
votes
2answers
179 views

iOS tests succeeding, but not running

I have a couple of SenTestCase subclasses (Logic tests) in by test target, with STFail macros in the test methods. I added the test target through Xcode, when I first created the project (checked ...
2
votes
1answer
2k views

NSManagedObjectModel initialized with mergedModelFromBundles:nil not finding model in SenTestCase

I am trying to use CoreData in a SenTestCase. The problem is the NSManagedObjectModel which is not found. I have tried to initialize it with a URL by searching for the mom file in the application ...
0
votes
1answer
347 views

Asynchronous unit test not being called by SenTestCase

When I am running my unit test, I don't reach my breakpoint, and I think that the test isn't properly running my code. I am trying to do an asynchronous test, which is part of my difficulty. How do ...
1
vote
1answer
1k views

Header files not found

I'm adding unit tests (SenTest) to my existing XCode 4.2 project. XCode is complaining that it can't find the required Box2D header files. For instance, Box2D/Dynamics/b2Fixture.h file not found ...
0
votes
3answers
295 views

iPhone Unit Testing using SenTesting Framework

I have created a project and it works fine. Now I need to write some test cases. So I added and set up SenTestingKit. Then I started writing test cases by creating instances of a Class and trying to ...
2
votes
1answer
258 views

Can I run my iPhone unit tests programmatically?

Our iPhone app uses the built-in SenTestingKit for unit tests, and KIF for functional tests. We're using Zapp for CI, which runs the functional tests but not the unit tests. As a stopgap, I'd like ...
0
votes
3answers
682 views

Retain count exhausted after @throw

When I run this code inside a call made from SenTest's STAssertThrowsSpecificNamed: @throw [[NSException alloc] initWithName:NSInvalidArchiveOperationException ...
9
votes
2answers
2k views

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 found: Build/Products/Debug-iphoneos/MyApp.app/MyApp Command ...
4
votes
1answer
916 views

Why is SenTestingKit causing my app to crash?

I've created a map-based app for the iPhone, and recently submitted it to the store. I had no trouble running the app on the device or simulator. However, the store rejected it because it crashed on ...
0
votes
1answer
273 views

Can't Access the storyboard from SenTeskingKit

my question is that I am trying to test some stuff from SenTesking Kit. -(void)testStoryboard { storyBoard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil]; ...
0
votes
1answer
253 views

Unit testing vs UI testing for iOS

I have an iphone application. Should i do unit testing or UI tesitng or is both necessary. If UI testing is sufficient to test the models I will use Instruments. If unit testing I'm planning to use ...
3
votes
1answer
786 views

How to write a test case?

In my application, I have two text fields for entering User-name and Password. I need to write test case for checking Password field is not empty. I Set Up the testing environment and I know how to ...
3
votes
2answers
158 views

Any way to run code in SenTest only on a success?

In my Mac Cocoa unit tests, I would like to output some files as part of the testing process, and delete them when the test is done, but only when there are no failures. How can this be done (and/or ...

1 2