public
Description: A Behavior Driven Development (BDD) inspired library for specifications/testing in C++.
Homepage: http://www.deanberris.com/spec-cpp/
Clone URL: git://github.com/mikhailberis/spec-c--.git
spec-c-- / README
100644 13 lines (7 sloc) 0.325 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
This is the Behavior Driven Development interface for C++
implemented by Dean Michael Berris.
 
The rationale of the library is to provide a BDD interface
similar to what Ruby has in the RSpec [0] library.
 
This library is licensed under the Boost Software License.
 
References
 
    [0] RSpec -- http://rspec.rubyforge.org/