| 8410 | class FuchsiaDeathTest : public DeathTestImpl { |
| 8411 | public: |
| 8412 | FuchsiaDeathTest(const char* a_statement, Matcher<const std::string&> matcher, |
| 8413 | const char* file, int line) |
| 8414 | : DeathTestImpl(a_statement, std::move(matcher)), |
| 8415 | file_(file), |
| 8416 | line_(line) {} |
| 8417 | |
| 8418 | // All of these virtual functions are inherited from DeathTest. |
| 8419 | int Wait() override; |
nothing calls this directly
no outgoing calls
no test coverage detected