-
Notifications
You must be signed in to change notification settings - Fork 140
Home
idoru edited this page Jan 17, 2013
·
13 revisions
Cedar is a self-contained behavior driven development (BDD) framework for Objective-C. It provides improvements in clarity and better organizational facilities than the tools provided by OCUnit. It comes with built-in matchers, test doubles and fakes.
describe(@"Cedar", ^{
it(@"is great for testing Objective-C code", ^{
yourTests should be_clearer();
});
});
- Installation
- Getting Started
- Writing Specs
- Configuration
- Contributor Guide
- Troubleshooting
- Third Party Tools
- Adam Milligan (amilligan), Pivotal Labs
- Sam Coward (idoru), Pivotal Labs
- Dmitriy Kalinin (cppforlife), Pivotal Labs
- John Barker (excepttheweasel), Pivotal Labs
Discussion: Google Group
Group email: [email protected]
Current Build Status: Cedar at Pivotal Labs CI
Report bugs at GitHub
Project Backlog: Cedar on Pivotal Tracker
Twitter: @cedarbdd