Wondering which tool is considered the best/standard and what the pros/cons are for the various unit testing tools that are available. The tools I'm aware of so far are:
Of course I'd love to learn about any I've missed.
Google toolbox for Mac(GTM) is a superset of OCUnit. It adds more assert macros, and also has a support for UI testing. OCMock is how you can incorporate mock objects into your unit testing environment.
I have just recently created a project and file template for creating static libraries that also has built-in support for unit testing. You can read about it:
http://www.codingventures.com/2009/04/xcode-templates-for-iphone-static-libraries-with-unit-testing/
And the templates are located at:
http://github.com/keremk/iphone-static-library-project-template/tree/master
The file template gives you an easy way to add a unit test class with all the necessary OCMock and GTM/OCUnit headers.
You may be interested in answers to this question: Do OCUnit and OCMock work on the iPhone SDK?. Some links for short:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With