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

Method testsStarted

tests/CppUTest/TestRegistryTest.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 virtual void testsStarted() _override
85 {
86 countTestsStarted++;
87 }
88 virtual void testsEnded() _override
89 {
90 countTestsEnded++;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected