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

Method countRun

src/CppUTest/TestResult.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void TestResult::countRun()
91{
92 runCount_++;
93}
94
95void TestResult::countCheck()
96{

Callers 4

runOneTestMethod · 0.80
runOneTestFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected