| 213 | class GTestExpectFatalFailureHelper {\ |
| 214 | public:\ |
| 215 | static void Execute() { statement; }\ |
| 216 | };\ |
| 217 | ::testing::TestPartResultArray gtest_failures;\ |
| 218 | ::testing::internal::SingleFailureChecker gtest_checker(\ |
nothing calls this directly
no outgoing calls
no test coverage detected