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

Method Passed

rtpose_wrapper/src/gtest/gtest-all.cpp:5003–5003  ·  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

5001
5002// Returns true iff the unit test passed (i.e. all test cases passed).
5003bool UnitTest::Passed() const { return impl()->Passed(); }
5004
5005// Returns true iff the unit test failed (i.e. some test case failed
5006// or something outside of all tests failed).

Callers 9

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

Calls 5

implFunction · 0.85
GetCapturedStderrFunction · 0.85
FormatDeathTestOutputFunction · 0.85
PartialMatchFunction · 0.85
ExitSummaryFunction · 0.85

Tested by

no test coverage detected