gh-unit Questions
4
Solved
I use GHUnit. I want to unit test private methods and don't know how to test them. I found a lot of answers on why to or why not to test private methods. But did not find on how to test them.
I w...
Periodate asked 21/8, 2013 at 10:18
4
Solved
This question has very few views and no answers yet. If you have a suggestion what to change about this question to get more eyeballs, I'd be happy to hear them. Cheers!
I'm using GHAsyncTestCase ...
Severson asked 30/9, 2011 at 17:11
2
Am using Xcode 4.5.
Recently i have download GHunit framework and setup it by following link.
On compiling the target, am getting the error mentioned below. need your valuable suggestion.
Undef...
2
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 a...
Womanlike asked 18/6, 2011 at 17:43
6
Solved
UPDATE: I ended up giving up and added GHUnit to my project instead. I got up and running with GHUnit in a matter of minutes.
UPDATE: You can download the Xcode project here: http://github.com/d11...
Bacchic asked 19/5, 2010 at 16:1
2
Solved
I'm followinng tutorial from http://gabriel.github.com/gh-unit/docs/appledoc_include/guide_testing.html. The problem is that my project uses ARC and GHUnit doesn't. I managed previous errors, but n...
Tsarism asked 3/4, 2012 at 10:3
1
This post "Unit Testing in Xcode 4" talks about unit test, let me know the best solution "gh unit" , but I know that xcode4 just provides SenTestCase , so question here to know more reasons why you...
Demantoid asked 18/3, 2011 at 6:14
3
Solved
I'm trying to dive into the quite frankly terrible world of unit testing using Xcode (such a convoluted process it seems.)
Basically I have this test class, attempting to test my Show.h class
#im...
Pain asked 9/4, 2010 at 20:25
1
© 2022 - 2024 — McMap. All rights reserved.