Wite Box is a visual Unit Testing system that allows iPhone developers to more intuitively add unit testing to their project without the clunkiness of the XCode-native Unit Test Bundle system.
Wite Box offers the following advantages:
- Runs as an application rather than a compile-time process.
- Provides visual results with the familiar green bar TDD developers love to see and navigation to get intuitive results to all your tests.
- The setUp and tearDown methods are only called once at the beginning and end of each TestCase test.
- Additional hooks, such as setUpTest:(SEL) and tearDownTest:(SEL) give you more flexibility when configuring tests by providing selectors.
- Simple setup process takes about a minute.
- Will provide better async support when the next version is released!
To get started, download WiteBox, install it, and start writing unit tests!