ocunit
delay OCUnit execution in device - xcode
I am a开发者_开发技巧m able to run OCUnit in XCode 4 with the some sample code. But, I would like to modify it so that the tests run a little later than at startup.[详细]
2023-02-22 16:08 分类:问答Xcode 4 Unit Testing using Command Line
Xcode 4 supports running unit tests using the test build option, however I can\'t find a way to run the tests through the command line.[详细]
2023-02-22 14:11 分类:问答OCUnit link problem question
I want to write unit test for my classes but I cannot solve linking problem. in test header, i did #import \"myclass.h\" but then when i allocate myclass object in test implementation file, it couldn\[详细]
2023-02-16 21:17 分类:问答Do I have to do something to get OCunit tests to compile out of box with XCode 4?
I just installed XCode 4 today (using Apple mac app store), and I created a new Mac OS application, and tried to switch to test mode,and build the test skeleton code it generated for me. It failed her[详细]
2023-02-16 17:01 分类:问答UIImageView error with OCUnit
am using OCUnit to test my application however am running into some trouble. When I attempt to include a class that contains an instance variable of type UIImageView, I get the following error: \"Expe[详细]
2023-02-09 12:55 分类:问答Doing a compare of NSArray in ocUnit
I\'m new to ocUnit and I\'m attempting to compare 2 arrays with the STAssertTrue method and == for equality.[详细]
2023-02-07 05:59 分类:问答Occasional errors when running OCUnit application test suite on device
I\'m having some problems with my OCUnit test suite, when running application tests (i.e. on the device). Occasionally, I get a tricky error that seems to be thrown from the OCUnit classes. I\'ve been[详细]
2023-02-04 13:37 分类:问答running test Case using OCUnit not working?
when run the target for test cases nothing is happening instead it is showing开发者_开发技巧 warning message[详细]
2023-01-31 21:27 分类:问答Is it possible to unit test a static library project using XCode's SenTestingKit?
I\'ve created an iOS unit test target for doing logic tests following the steps provided in Apple\'s documentation.[详细]
2023-01-31 04:38 分类:问答How to assert a UILabel.text property is equal to an instance of NSString in objective-c
I\'m new to objective-c and I\'m finding that I don\'t know how to correctly assert that a text property on some given label is equal to a raw string value.I\'m not sure if I just need to cast the lab[详细]
2023-01-27 17:53 分类:问答