MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Failed

Method Failed

rtpose_wrapper/src/gtest/gtest-all.cpp:3156–3162  ·  view source on GitHub ↗

Returns true iff the test failed.

Source from the content-addressed store, hash-verified

3154
3155// Returns true iff the test failed.
3156bool TestResult::Failed() const {
3157 for (int i = 0; i < total_part_count(); ++i) {
3158 if (GetTestPartResult(i).failed())
3159 return true;
3160 }
3161 return false;
3162}
3163
3164// Returns true iff the test part fatally failed.
3165static bool TestPartFatallyFailed(const TestPartResult& result) {

Callers 4

TestFailedFunction · 0.80
FailedFunction · 0.80
TestCaseFailedFunction · 0.80
OnTestEndMethod · 0.80

Calls 1

implFunction · 0.85

Tested by

no test coverage detected