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

Method IgnoredUtestShell

src/CppUTest/Utest.cpp:727–729  ·  view source on GitHub ↗

////////// IgnoredUtestShell /////////////

Source from the content-addressed store, hash-verified

725
726/////////////// IgnoredUtestShell /////////////
727IgnoredUtestShell::IgnoredUtestShell(): runIgnored_(false)
728{
729}
730
731IgnoredUtestShell::IgnoredUtestShell(const char* groupName, const char* testName, const char* fileName, size_t lineNumber) :
732 UtestShell(groupName, testName, fileName, lineNumber), runIgnored_(false)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected