common stuff for mockpp project More...
Go to the source code of this file.
Namespaces | |
| namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Functions | |
| void | mockpp::getVersion (int &major, int &minor, int &patch, bool &debug, std::string &info) |
| add template specialisation to prevent float/double ExpectationValue's | |
| AssertionFailedForwarder_t | mockpp::setAssertionFailedForwarder (AssertionFailedForwarder_t fwd) |
| Sets the function pointer which handles failed assertions. | |
Variables | |
| AssertionFailedForwarder_t | mockpp::forwardAssertionFailed = defaultAssertionFailedForwarder |
| default failure forwarder pointer. | |
common stuff for mockpp project
Definition in file mockpp.cpp.
1.6.1