| 2585 | const TestPartResult& test_part_result); |
| 2586 | |
| 2587 | GoogleTestFailureException::GoogleTestFailureException( |
| 2588 | const TestPartResult& failure) |
| 2589 | : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} |
| 2590 | |
| 2591 | #endif // GTEST_HAS_EXCEPTIONS |
| 2592 |
nothing calls this directly
no test coverage detected