| 3841 | const TestPartResult& test_part_result); |
| 3842 | |
| 3843 | GoogleTestFailureException::GoogleTestFailureException( |
| 3844 | const TestPartResult& failure) |
| 3845 | : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {} |
| 3846 | |
| 3847 | #endif // GTEST_HAS_EXCEPTIONS |
| 3848 |
nothing calls this directly
no test coverage detected