MCPcopy Create free account
hub / github.com/cpputest/cpputest / OutsideTestRunnerUTest

Method OutsideTestRunnerUTest

src/CppUTest/Utest.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61private:
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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected