| 55 | } // LCOV_EXCL_LINE |
| 56 | |
| 57 | TEST(UnitTestMacros, FAILMakesTheTestFailPrintsTheRightResultAndStopsExecuting) |
| 58 | { |
| 59 | fixture.runTestWithMethod(_failingTestMethodWithFAIL); |
| 60 | CHECK_TEST_FAILS_PROPER_WITH_TEXT("This test fails"); |
| 61 | } |
| 62 | |
| 63 | TEST(UnitTestMacros, FAILWillPrintTheFileThatItFailed) |
| 64 | { |
nothing calls this directly
no test coverage detected