| 60 | } |
| 61 | private: |
| 62 | OutsideTestRunnerUTest() : |
| 63 | UtestShell("\n\t NOTE: Assertion happened without being in a test run (perhaps in main?)", "\n\t Something is very wrong. Check this assertion and fix", "unknown file", 0), |
| 64 | defaultTestResult(defaultOutput) |
| 65 | { |
| 66 | } |
| 67 | ConsoleTestOutput defaultOutput; |
| 68 | TestResult defaultTestResult; |
| 69 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected