CppSpec 0.2 (Default branch) |
|
|
CppSpec is a behavior-driven development framework
for C++. Using CppSpec, it is easy to write
specifications for your code.
License: The Apache License 2.0
Changes:
JUnit compliant logger is included for easier use
in continuous integration environments. Exception
handling has been rewritten to be more intuitive
and less verbose. A virtual destroyContext method
has been added to Specification to allow other
cleanup methods than a destructor call. Lots of
internal refactorings were also included.
|