I'm using GHUnit in my project and i need learn about OCMock for complete my Unit Tests (but i am new to this). I'm working with xcode 3.2.5

somebody knows about a good tutorial on OCMock?

Thanks.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 3 down vote accepted

I just did a quick google search for "OCMock" and it found a couple of small tutorials on OCMock. But not in combination with GHUnit. I use this combination and it works very well. OCMock has no problem working within the GHUnit framework. I have both of them in my projects as static frameworks. I'd also suggest have a read through the documentation on the OCMock website. Although I think it's a little light.

Ok, it's not a tutorial but take a look at the sources for dUsefulStuff and dXml. the code is pre me using static frameworks, but it does use both OCMock and GHUnit together. More so in dUsefulStuff which I started after dXml. dXml has around 130 unit tests and dUsefulStuff around 30 or 40 so there should eb enough to give you an idea. I should be updating both of these libaries soon.

link|improve this answer
Thanks Derek, i really appreciate your help. – Guerrix Dec 9 '10 at 17:36
I really should start a blog so I can do tutorials on these things, but I'm really bad at doing diaries :-) – drekka Dec 9 '10 at 22:45
+1 for inspiring GHUnit-newbie with test ideas – delirus Sep 22 '11 at 14:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.