Signal failed assertions. More...
Go to the source code of this file.
Classes | |
class | mockpp::AssertionFailedError |
Thrown when an assertion failed. More... | |
Namespaces | |
namespace | mockpp |
Namespace for project "Mock Objects for C++". | |
Functions | |
void | mockpp::assertionFailed (unsigned srcline, const char *srcfile, const String &message) |
Throws an AssertionFailedError. | |
void | mockpp::assertionFailed (unsigned srcline, const String &srcfile, const String &message) |
Throws an AssertionFailedError. |
Signal failed assertions.
Definition in file AssertionFailedError.h.