TestRunner 0.1 review

Download
by rbytes.net on

TestRunner is a simple framework for running simple unit tests on Cocoa projects.

License: GPL
OS: Mac OS X
File size: 49K
Developer: Iconara
Price: $0.00
Updated: 18 Jun 2006
0 stars award from rbytes.net


TestRunner is a simple framework for running simple unit tests on Cocoa projects.

There are other, more complete testing frameworks out there, most notably UnitKit (Xcode integration, Objective-C-integration), TestKit, OCUnit (old and proven) and ObjCUnit. The problem with them is that they try too much. All except UnitKit tries to be JUnit, with mixed success. Like just about every other open-source project out there, they don't come with that much documentation, which is bad, considering how much functionality they contain. All, again except UnitKit, lack Xcode integration, which is odd, since it so damn simple.

Here are some key features of "TestRunner":
Can run tests in one class or multiple classes
Can set log format (and Xcode-integration log format).

TestRunner 0.1 keywords