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

Method GoogleTestFailureException

test/common/gtest/gtest.cpp:3843–3845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3841 const TestPartResult& test_part_result);
3842
3843GoogleTestFailureException::GoogleTestFailureException(
3844 const TestPartResult& failure)
3845 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
3846
3847#endif // GTEST_HAS_EXCEPTIONS
3848

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected