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

Method getIgnoredCount

include/CppUTest/TestResult.h:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return filteredOutCount_;
79 }
80 size_t getIgnoredCount() const
81 {
82 return ignoredCount_;
83 }
84 size_t getFailureCount() const
85 {
86 return failureCount_;

Callers 2

getIgnoreCountMethod · 0.80
printTestsEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected