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

Method currentGroupEnded

tests/CppUTest/TestRegistryTest.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 countCurrentGroupStarted++;
103 }
104 virtual void currentGroupEnded(UtestShell* /*test*/) _override
105 {
106 countCurrentGroupEnded++;
107 }
108
109};
110

Callers 2

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected