OCUnit v41 review
DownloadOCUnit is a testing framework for Objective C in the MacOSX and WebObjects environment.
|
|
OCUnit is a testing framework for Objective C in the MacOSX and WebObjects environment. It is based on SUnit, Kent Beck's Smalltalk testing framework, also available for Java under the name JUnit.
With OCUnit, testing becomes integrated with development. You can test frameworks, bundles, or applications.
OCUnit is distributed as open source.
Here are some key features of "OCUnit":
SenTestingKit, a framework to help you write test cases;
otest, a testing tool;
a collection of Makefiles and utilities to seamlessly integrate testing with Xcode and ProjectBuilder
Object-oriented tests.
Very low overhead.
Tests are in the same language as the implementation.
Test case classes cohabit with classes they test.
Promotes aggressive refactoring.
Helps capture requirements, expose dependencies.
Total integration in the development process.
Records testing expertise.
Tests frameworks, bundles, or applications.
Easy installation
No license fee.
What's New:
Make sure Foundation is loaded before SenTestingKit.
Added autorelease pool to detect over-releases faster.
Added license to all source files.
Requirements:
Xcode.
OCUnit v41 search tags