Questions tagged [gh-unit]

GHUnit is a test framework for Objective-C, Mac OS X 10.5 and above and iPhone 3.x and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.

GHUnit is a test framework for Objective-C, Mac OS X 10.5 and above and iPhone 3.x and above. It can be used standalone or with other testing frameworks like SenTestingKit or GTM.

62 questions
0
votes
1 answer

GHUnit error _OBJC_CLASS_$_SenTestCase", referenced

Possible Duplicate: GHUnit error file _OBJC_CLASS_$_SenTestCase", referenced I would like to use GHUnit in my project but i'm getting this error Undefined symbols for architecture i386: "_OBJC_CLASS_$_SenTestCase", referenced from: …
Ziad Tamim
  • 350
  • 6
  • 17
0
votes
1 answer

GHUnit jump to error in code

Does GHUnit (iOS) support jumping to the assertion in code that caused a test to fail? I am evaluating GHUnit and think I have previously got this working, but now it does not. So do I remember wrong or is it something wrong with my setup? It is…
Sunkas
  • 9,542
  • 6
  • 62
  • 102
1 2 3 4
5