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

Function TestPassed

rtpose_wrapper/src/gtest/gtest.h:17871–17873  ·  view source on GitHub ↗

Returns true iff test passed.

Source from the content-addressed store, hash-verified

17869
17870 // Returns true iff test passed.
17871 static bool TestPassed(const TestInfo* test_info) {
17872 return test_info->should_run() && test_info->result()->Passed();
17873 }
17874
17875 // Returns true iff test failed.
17876 static bool TestFailed(const TestInfo* test_info) {

Callers

nothing calls this directly

Calls 1

PassedMethod · 0.80

Tested by

no test coverage detected