MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / AssertFailedError

Class AssertFailedError

test/fixture.h:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 std::string getLocationStr(const char * filename, unsigned int linenr) const;
75
76 class AssertFailedError : public std::exception {};
77
78 void assert_(const char * filename, unsigned int linenr, bool condition, const std::string& msg = "") const;
79

Callers 5

assert_Method · 0.85
assertFailureMethod · 0.85
assertThrowMethod · 0.85
assertThrowFailMethod · 0.85
assertNoThrowFailMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected