MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Passed

Method Passed

tests/gtest/gtest-all.cc:6146–6146  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6144
6145// Returns true iff the unit test passed (i.e. all test suites passed).
6146bool UnitTest::Passed() const { return impl()->Passed(); }
6147
6148// Returns true iff the unit test failed (i.e. some test suite failed
6149// or something outside of all tests failed).

Callers 8

TestPassedFunction · 0.80
OnTestProgramEndMethod · 0.80
OnTestIterationEndMethod · 0.80
OnTestCaseEndMethod · 0.80
OnTestEndMethod · 0.80
TestSuitePassedFunction · 0.80
OnTestEndMethod · 0.80
OnTestIterationEndMethod · 0.80

Calls 7

implFunction · 0.85
outcomeClass · 0.85
FormatDeathTestOutputFunction · 0.85
ExitSummaryFunction · 0.85
MatchesMethod · 0.80
GetStringMethod · 0.80
DescribeToMethod · 0.45

Tested by

no test coverage detected