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

Method setTestName

src/CppUTest/Utest.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void UtestShell::setTestName(const char* testName)
321{
322 name_ = testName;
323}
324
325const SimpleString UtestShell::getFile() const
326{

Callers 5

OrderedTestInstallerMethod · 0.80
TestInstallerMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected