MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / Passed

Method Passed

tests/external/gmock-1.7.0/gtest/src/gtest.cc:3724–3724  ·  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

3722
3723// Returns true iff the unit test passed (i.e. all test cases passed).
3724bool UnitTest::Passed() const { return impl()->Passed(); }
3725
3726// Returns true iff the unit test failed (i.e. some test case failed
3727// or something outside of all tests failed).

Callers 10

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

Calls 1

implFunction · 0.50

Tested by

no test coverage detected