Kiwi is a BDD testing library for iOS that is similar to RSpec. It provides a nicer structure and better assertions than the built-in OCUnit framework. Kiwi builds on top of OCUnit and integrates tightly with Xcode. It can be easily installed with CocoaPods and provides macros and methods for setting up describe, context, before/after hooks, and expectations in a readable manner.
Related topics: