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

Method currentTestStarted

tests/CppUTest/TestRegistryTest.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 countTestsEnded++;
91 }
92 virtual void currentTestStarted(UtestShell* /*test*/) _override
93 {
94 countCurrentTestStarted++;
95 }
96 virtual void currentTestEnded(UtestShell* /*test*/) _override
97 {
98 countCurrentTestEnded++;

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45
runPreviousTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected