dmeehan1968 / ZingBDD

Behaviour Driven Development (BDD) Framework for C++11
GNU General Public License v3.0
6 stars 1 forks source link

About

ZingBDD is a minimal BDD framework for C++ inspired by RSpec.

Licence

See the license for terms and conditions of use.

Features

Please note: This is an early alpha version. I'd encourage you to give it a try and provide feedback on problems that you encounter. Use Github Issues to report problems, feedback and ask questions.

Requirements

  1. You'll need a C++11 compliant compiler to use ZingBDD, as it uses language constructs only available there.
  2. There is an Xcode 5 project included that builds the demos.

View the Wiki

A full description of ZingBDD is available in the Wiki.