CppSpec is a behavior-driven development (BDD) framework for C++. It provides a framework for writing specifications of how your software should behave.
| Tags | Software Development Testing |
|---|---|
| Licenses | Apache 2.0 |
| Implementation | C++ |
Recent releases


Changes: Greatly improved messages for failures. A CUTE logger for usage with the CUTE Eclipse plugin. Specification execution time measurements have been improved. Build fixes for Visual C++. install and CPack targets to enable the make install target and creation of binary distribution packages. Bugfixes.


Changes: JUnit logger enhancements were made. The specification now takes the concrete subclass as a template parameter due to createContext and destroyContext overloading. Specifications do not depend on Boost anymore. Tests are not compiled by default. There were various bugfixes and internal refactorings.


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.


Changes: This first release supports expectations, exception handling, STL container support, and regular expression support.