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

Method printFileAndLineForFailure

src/CppUTest/TestOutput.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void TestOutput::printFileAndLineForFailure(const TestFailure& failure)
221{
222 printErrorInFileOnLineFormattedForWorkingEnvironment(failure.getFileName(), failure.getFailureLineNumber());
223 printFailureInTest(failure.getTestName());
224}
225
226void TestOutput::printFailureInTest(SimpleString testName)
227{

Callers

nothing calls this directly

Calls 3

getFileNameMethod · 0.80
getFailureLineNumberMethod · 0.80
getTestNameMethod · 0.80

Tested by

no test coverage detected