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

Method MockTest

tests/CppUTest/TestRegistryTest.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39{
40public:
41 MockTest(const char* group = "Group") :
42 UtestShell(group, "Name", "File", testLineNumber), hasRun_(false)
43 {
44 }
45 virtual void runOneTest(TestPlugin*, TestResult&)
46 {
47 hasRun_ = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected