MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / GoogleTestFailureException

Method GoogleTestFailureException

tests/gtest/gtest-all.cc:3893–3895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3891 const TestPartResult& test_part_result);
3892
3893GoogleTestFailureException::GoogleTestFailureException(
3894 const TestPartResult& failure)
3895 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
3896
3897#endif // GTEST_HAS_EXCEPTIONS
3898

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected