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

Method HasNonfatalFailure

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

Returns true iff the test has a non-fatal failure.

Source from the content-addressed store, hash-verified

3178
3179// Returns true iff the test has a non-fatal failure.
3180bool TestResult::HasNonfatalFailure() const {
3181 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0;
3182}
3183
3184// Gets the number of all test parts. This is the sum of the number
3185// of successful test parts and the number of failed test parts.

Callers

nothing calls this directly

Calls 3

CountIfFunction · 0.85
GetUnitTestImplFunction · 0.85
current_test_resultMethod · 0.80

Tested by

no test coverage detected