MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / GoogleTestFailureException

Method GoogleTestFailureException

source/test/gtest/src/gtest.cc:2587–2589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2585 const TestPartResult& test_part_result);
2586
2587GoogleTestFailureException::GoogleTestFailureException(
2588 const TestPartResult& failure)
2589 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}
2590
2591#endif // GTEST_HAS_EXCEPTIONS
2592

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45

Tested by

no test coverage detected