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

Function TestCasePassed

rtpose_wrapper/src/gtest/gtest-all.cpp:1627–1629  ·  view source on GitHub ↗

Returns true iff the test case passed.

Source from the content-addressed store, hash-verified

1625
1626// Returns true iff the test case passed.
1627static bool TestCasePassed(const TestCase* test_case) {
1628 return test_case->should_run() && test_case->Passed();
1629}
1630
1631// Returns true iff the test case failed.
1632static bool TestCaseFailed(const TestCase* test_case) {

Callers

nothing calls this directly

Calls 1

PassedMethod · 0.80

Tested by

no test coverage detected