signal failed assertions More...
Go to the source code of this file.
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Functions | |
void | mockpp::assertionFailed (unsigned srcline, const String &srcfile, const String &message) |
Throws an AssertionFailedError. | |
void | mockpp::defaultAssertionFailedForwarder (const AssertionFailedError &err) |
default failure forwarder. | |
void | mockpp::assertionFailed (unsigned srcline, const char *srcfile, const String &message) |
Throws an AssertionFailedError. |
signal failed assertions
Definition in file AssertionFailedError.cpp.