MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / TestCasePassed

Function TestCasePassed

test/common/gtest/gtest.cpp:1827–1829  ·  view source on GitHub ↗

Returns true iff the test case passed.

Source from the content-addressed store, hash-verified

1825
1826// Returns true iff the test case passed.
1827static bool TestCasePassed(const TestCase* test_case) {
1828 return test_case->should_run() && test_case->Passed();
1829}
1830
1831// Returns true iff the test case failed.
1832static bool TestCaseFailed(const TestCase* test_case) {

Callers

nothing calls this directly

Calls 1

PassedMethod · 0.80

Tested by

no test coverage detected