| 9759 | class DeathTestFactory { |
| 9760 | public: |
| 9761 | virtual ~DeathTestFactory() { } |
| 9762 | virtual bool Create(const char* statement, |
| 9763 | Matcher<const std::string&> matcher, const char* file, |
| 9764 | int line, DeathTest** test) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected