| 8246 | class WindowsDeathTest : public DeathTestImpl { |
| 8247 | public: |
| 8248 | WindowsDeathTest(const char* a_statement, Matcher<const std::string&> matcher, |
| 8249 | const char* file, int line) |
| 8250 | : DeathTestImpl(a_statement, std::move(matcher)), |
| 8251 | file_(file), |
| 8252 | line_(line) {} |
| 8253 | |
| 8254 | // All of these virtual functions are inherited from DeathTest. |
| 8255 | virtual int Wait(); |
nothing calls this directly
no outgoing calls
no test coverage detected