| 8698 | class NoExecDeathTest : public ForkingDeathTest { |
| 8699 | public: |
| 8700 | NoExecDeathTest(const char* a_statement, Matcher<const std::string&> matcher) |
| 8701 | : ForkingDeathTest(a_statement, std::move(matcher)) {} |
| 8702 | TestRole AssumeRole() override; |
| 8703 | }; |
| 8704 |
nothing calls this directly
no outgoing calls
no test coverage detected