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

Function TestFailed

rtpose_wrapper/src/gtest/gtest.h:17876–17878  ·  view source on GitHub ↗

Returns true iff test failed.

Source from the content-addressed store, hash-verified

17874
17875 // Returns true iff test failed.
17876 static bool TestFailed(const TestInfo* test_info) {
17877 return test_info->should_run() && test_info->result()->Failed();
17878 }
17879
17880 // Returns true iff test is disabled.
17881 static bool TestDisabled(const TestInfo* test_info) {

Callers

nothing calls this directly

Calls 1

FailedMethod · 0.80

Tested by

no test coverage detected