MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / HasFatalFailure

Method HasFatalFailure

test/common/gtest/gtest.cpp:3660–3662  ·  view source on GitHub ↗

Returns true iff the test fatally failed.

Source from the content-addressed store, hash-verified

3658
3659// Returns true iff the test fatally failed.
3660bool TestResult::HasFatalFailure() const {
3661 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
3662}
3663
3664// Returns true iff the test part non-fatally failed.
3665static bool TestPartNonfatallyFailed(const BaseTestPartResult* 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