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

Method Passed

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

Returns true iff the unit test passed (i.e. all test cases passed).

Source from the content-addressed store, hash-verified

5570
5571// Returns true iff the unit test passed (i.e. all test cases passed).
5572bool UnitTest::Passed() const { return impl()->Passed(); }
5573
5574// Returns true iff the unit test failed (i.e. some test case failed
5575// or something outside of all tests failed).

Callers 11

OnTestEndMethod · 0.80
OnTestEndMethod · 0.80
OnTestProgramEndMethod · 0.80
OnTestIterationEndMethod · 0.80
OnTestCaseEndMethod · 0.80
OnTestEndMethod · 0.80
TestCasePassedFunction · 0.80
OnTestEndMethod · 0.80
PrintFailedTestsMethod · 0.80
OnTestIterationEndMethod · 0.80
TestPassedFunction · 0.80

Calls 6

implFunction · 0.85
GetCapturedStderrFunction · 0.85
FormatDeathTestOutputFunction · 0.85
PartialMatchFunction · 0.85
ExitSummaryFunction · 0.85
GetStringMethod · 0.80

Tested by

no test coverage detected