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

Method currentTestEnded

tests/CppUTest/TestRegistryTest.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 countCurrentTestStarted++;
95 }
96 virtual void currentTestEnded(UtestShell* /*test*/) _override
97 {
98 countCurrentTestEnded++;
99 }
100 virtual void currentGroupStarted(UtestShell* /*test*/) _override
101 {
102 countCurrentGroupStarted++;

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45
runPreviousTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected