-------------------------------------------------------------------------
| 25 | |
| 26 | //------------------------------------------------------------------------- |
| 27 | TEST(CppCoverageException, GetErrorMessage) |
| 28 | { |
| 29 | ASSERT_NE(L"", cov::GetErrorMessage(1)); |
| 30 | } |
| 31 | |
| 32 | //------------------------------------------------------------------------- |
| 33 | TEST(CppCoverageException, GetErrorMessageInvalid) |
nothing calls this directly
no test coverage detected