Wikipedia only lists a couple (if I remember correctly OCUnit and ObjCUnit). What are people using and which most closely follows the xUnit architecture?
I'm still playing around writing ObjC command line apps so ideally I want something which isn't dependent on Cocoa and will run under just the Foundation framework.
Mock object support would be good but I'll google for a standalone mock object library or maybe even dabble with writing my own simple one like JMock.
I'm still playing around writing ObjC command line apps so ideally I want something which isn't dependent on Cocoa and will run under just the Foundation framework.
Mock object support would be good but I'll google for a standalone mock object library or maybe even dabble with writing my own simple one like JMock.