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

Method MockTestResult

tests/CppUTest/TestRegistryTest.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 int countCurrentGroupEnded;
63
64 MockTestResult(TestOutput& p) :
65 TestResult(p)
66 {
67 resetCount();
68 }
69
70 virtual ~MockTestResult() _destructor_override
71 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected