Is there any way to denote a pending test using OCUnit? Of course, I could do something like:
STFail(@"pending test");
However, it becomes all too easy to see a failed test run and assume that it's my pending test. I'm looking for some way to signal to myself that "this test still needs to be written", but I'm not ready to do it just yet! Any ideas?