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

Method getFormattedName

src/CppUTest/Utest.cpp:262–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262SimpleString UtestShell::getFormattedName() const
263{
264 SimpleString formattedName(getMacroName());
265 formattedName += "(";
266 formattedName += group_;
267 formattedName += ", ";
268 formattedName += name_;
269 formattedName += ")";
270
271 return formattedName;
272}
273
274bool UtestShell::hasFailed() const
275{

Callers 3

TestFailureMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected