| 7027 | class ExecDeathTest : public ForkingDeathTest { |
| 7028 | public: |
| 7029 | ExecDeathTest(const char* a_statement, const RE* a_regex, |
| 7030 | const char* file, int line) : |
| 7031 | ForkingDeathTest(a_statement, a_regex), file_(file), line_(line) { } |
| 7032 | virtual TestRole AssumeRole(); |
| 7033 | private: |
| 7034 | // The name of the file in which the death test is located. |
nothing calls this directly
no outgoing calls
no test coverage detected