Running GHUnit GHAsyncTestCase

Hi guys,

I'm trying to run GHUnit and not sure if GHUnit it supported or not.

Rest of the code and usual XCTestcases run ok but getting an error

+[TestRemoteDataHelper setUp]: unrecognized selector sent to class 0xb35c7f0
2014-02-24 12:03:41.189 hash160[14687:80b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[TestRemoteDataHelper setUp]: unrecognized selector sent to class 0xb35c7f0'
*** First throw call stack:

when i try to run test case that is of type GHAsyncTestCase


any pointers or help to resolve this issue please?

0

Looks like a problem in your test implementation. Does that test run correctly in Xcode?

0
Avatar
parthiban subramaniam

It was my fault, misunderstood the steps to get this going, Added the default appdelegate instead of @"GHUnitIOSAppDelegate" in a custom main class.

All good now.

thanks

0

请先登录再写评论。