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

Method currentGroupStarted

tests/CppUTest/TestRegistryTest.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 countCurrentTestEnded++;
99 }
100 virtual void currentGroupStarted(UtestShell* /*test*/) _override
101 {
102 countCurrentGroupStarted++;
103 }
104 virtual void currentGroupEnded(UtestShell* /*test*/) _override
105 {
106 countCurrentGroupEnded++;

Callers 2

TESTFunction · 0.45
runPreviousTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected