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

Method testsEnded

tests/CppUTest/TestRegistryTest.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 countTestsStarted++;
87 }
88 virtual void testsEnded() _override
89 {
90 countTestsEnded++;
91 }
92 virtual void currentTestStarted(UtestShell* /*test*/) _override
93 {
94 countCurrentTestStarted++;

Callers 2

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected