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

Function TestCaseFailed

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

Returns true iff the test case failed.

Source from the content-addressed store, hash-verified

1630
1631// Returns true iff the test case failed.
1632static bool TestCaseFailed(const TestCase* test_case) {
1633 return test_case->should_run() && test_case->Failed();
1634}
1635
1636// Returns true iff test_case contains at least one test that should
1637// run.

Callers

nothing calls this directly

Calls 1

FailedMethod · 0.80

Tested by

no test coverage detected