MCPcopy Create free account
hub / github.com/cpputest/cpputest / FAIL_C_LOCATION

Function FAIL_C_LOCATION

src/CppUTest/TestHarness_c.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110} // LCOV_EXCL_LINE
111
112void FAIL_C_LOCATION(const char* fileName, size_t lineNumber)
113{
114 UtestShell::getCurrent()->fail("", fileName, lineNumber, TestTerminatorWithoutExceptions());
115} // LCOV_EXCL_LINE
116
117void CHECK_C_LOCATION(int condition, const char* conditionString, const char* text, const char* fileName, size_t lineNumber)
118{

Callers

nothing calls this directly

Calls 2

failMethod · 0.45

Tested by

no test coverage detected