-------------------------------------------------------------------------
| 96 | |
| 97 | //------------------------------------------------------------------------- |
| 98 | TEST(OpenCppCoverageConsoleTest, Basic) |
| 99 | { |
| 100 | fs::path testCoverageConsole = TestCoverageConsole::GetOutputBinaryPath(); |
| 101 | |
| 102 | ASSERT_EQ(0, RunCoverageForProgram(testCoverageConsole, {})); |
| 103 | } |
| 104 | |
| 105 | //------------------------------------------------------------------------- |
| 106 | TEST(OpenCppCoverageConsoleTest, UnhandledException) |
nothing calls this directly
no test coverage detected