gh-unit
Getting LLVM error when building to device but not in simulator
When I attempt to build my test target to either my iPad1 (4.3.5) or iPhone4 (4.3.5) I\'m getting the following error from Xcode 4 (Build 4A304a):[详细]
2023-03-23 23:55 分类:问答GHUnit runs in Simulator but not on iPhone
So I have been playing with GHUnit today, and have some nice tests which run just fine in the similator in XCode4.When I run them on the iPhone itself I get the following error:[详细]
2023-03-21 08:44 分类:问答GHAssertThrowsSpecific cannot find type NSRangeException
I\'m using Xcode 4 and GHUnit to write some unit tests for the first time.All the advice appears to suggest going with GHUnit and not OCUnit.[详细]
2023-03-21 07:37 分类:问答Problem with GHUnit + Hudson/Jenkins in Xcode 4
I\'ve followed this very good tutorial on how to configure GHUnit in Xcode 4 and integrate it with Hudson/Jenkins.[详细]
2023-03-13 18:31 分类:问答GHUnit Linker Error with App Classes
I\'m trying to run a GHUnit test to just test that a setter actually works for a NSManagedObject object in my app.My app is called Machine and my GHUnit target is called Tests.I\'ve added Machine as a[详细]
2023-03-13 17:56 分类:问答GHUnit testing against an application that uses a library
I\'m trying to build some GHUnit tests based on an iOS application I have which uses ProtocolBuffers, accessed as a library. I\'ve run into lots of linker problems which I\'ve slowly killed off by add[详细]
2023-03-09 22:37 分类:问答Is it even possible for one iOS app to access another app's Caches directory?
I\'m writing a unit test with GHUnit. I would like to check if a file is being generated in the Caches directory within the Library directory of an开发者_运维知识库other app. Is this feasible, or are[详细]
2023-03-05 02:46 分类:问答GHUnit Code Coverage on iPhone
I\'ve recently been learning how to write Unit Tests using GHUnit for the iPhone. However, I have n开发者_如何学编程o idea on how to set up code coverage to work with this, via xCode 4.[详细]
2023-02-24 03:41 分类:问答GHUnit CLI Build: Availability.h errors
I am trying to do a command line build of a GHUnit target which builds fine inside Xcode.I am running the following command to build:[详细]
2023-02-22 21:28 分类:问答How start GHUnit tests without tapping Run button?
I use GHUnit framework for testing static library. At this moment I need tap the button Run to star开发者_开发问答t my tests. But I would like to start tests when application launched because I need t[详细]
2023-02-22 04:07 分类:问答