Cedar is a BDD-style Objective-C testing framework. It relies only on Foundation and C++11 features, thus it's not just suited for iOS and OSX codebases but other environments where these are available.
- Install the Xcode command line tools package (Under the Preferences tab 'Downloads') if you haven't already done so
- Run the following in a terminal:
$ curl -L https://raw.github.com/pivotal/cedar/master/install.sh | bash
- Restart Xcode
- Add Cedar target(s) to your app
- Start writing specs!
Documentation can be found on the Cedar Wiki.
- Search past discussions: http://groups.google.com/group/cedar-discuss
- Send an e-mail to the discussion list: mailto:cedar-discuss@googlegroups.com
- View the project backlog on Pivotal Tracker: http://www.pivotaltracker.com/projects/77775.
- Follow us on twitter: @cedarbdd
Please read the Contributor Guide on the wiki.
- Sam Coward (idoru), Pivotal Labs
- Andrew Kitchen (akitchen), Pivotal Labs
- Dmitriy Kalinin (cppforlife), Pivotal Labs
- Adam Milligan (amilligan), Author
Copyright (c) 2010-2013 Pivotal Labs. This software is licensed under the MIT License.