Search Results

4
votes

How do I trap OCUnit test pass/failure messages/events.

You can write your own observer by extending the SenTestObserver class and implementing the notification listeners (void) testSuiteDidStart:(NSNotification *) aNotification ( …