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

Method HasFatalFailure

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

Returns true iff the test fatally failed.

Source from the content-addressed store, hash-verified

3168
3169// Returns true iff the test fatally failed.
3170bool TestResult::HasFatalFailure() const {
3171 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
3172}
3173
3174// Returns true iff the test part non-fatally failed.
3175static bool TestPartNonfatallyFailed(const TestPartResult& result) {

Callers

nothing calls this directly

Calls 3

CountIfFunction · 0.85
GetUnitTestImplFunction · 0.85
current_test_resultMethod · 0.80

Tested by

no test coverage detected