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

Method failTest

tests/CppUTestExt/MockFailureReporterForTest.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "MockFailureReporterForTest.h"
29
30void MockFailureReporterForTest::failTest(const MockFailure& failure)
31{
32 mockFailureString = failure.getMessage();
33}
34
35MockFailureReporterForTest* MockFailureReporterForTest::instance_ = NULLPTR;
36

Callers

nothing calls this directly

Calls 1

getMessageMethod · 0.80

Tested by

no test coverage detected