| 39 | { |
| 40 | public: |
| 41 | MockTest(const char* group = "Group") : |
| 42 | UtestShell(group, "Name", "File", testLineNumber), hasRun_(false) |
| 43 | { |
| 44 | } |
| 45 | virtual void runOneTest(TestPlugin*, TestResult&) |
| 46 | { |
| 47 | hasRun_ = true; |
nothing calls this directly
no outgoing calls
no test coverage detected