| 3526 | const TestPartResult& test_part_result); |
| 3527 | |
| 3528 | GoogleTestFailureException::GoogleTestFailureException( |
| 3529 | const TestPartResult& failure) |
| 3530 | : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} |
| 3531 | |
| 3532 | #endif // GTEST_HAS_EXCEPTIONS |
| 3533 |
nothing calls this directly
no test coverage detected