Re: Link error in unit testing config ?
Re: Link error in unit testing config ?
- Subject: Re: Link error in unit testing config ?
- From: Felix Franz <email@hidden>
- Date: Fri, 02 Nov 2012 10:02:08 +0100
On 02.11.2012, at 04:09, Erik Stainsby wrote:
> Thanks Damian,
>
> I had assumed (wrongly) that the build settings would be duplicated for me. Apparently not.
>
> So now I have a simple: STFail(@"STFail invoked");
> in my - (void) testAppDelegate:
> which never fails. (Urk?!)
Maybe a typo, but the test-method name does not get any parameters, so rename it to testAppDelegate
and it should get called.
>
> Also I see that the log for the Test MyAppTests does not complete until I quit the run. That's not correct behaviour is it?
no, it should quit after running the tests.
Cheers,
Felix
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden