| 3891 | const TestPartResult& test_part_result); |
| 3892 | |
| 3893 | GoogleTestFailureException::GoogleTestFailureException( |
| 3894 | const TestPartResult& failure) |
| 3895 | : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} |
| 3896 | |
| 3897 | #endif // GTEST_HAS_EXCEPTIONS |
| 3898 |
nothing calls this directly
no test coverage detected