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

Method countIgnored

src/CppUTest/TestResult.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void TestResult::countIgnored()
106{
107 ignoredCount_++;
108}
109
110void TestResult::testsStarted()
111{

Callers 3

runOneTestMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected