| 62 | } |
| 63 | |
| 64 | TEST(GMock, GMockFailuresWorkAsExpected) |
| 65 | { |
| 66 | fixture->setTestFunction(failedMockCall); |
| 67 | fixture->runAllTests(); |
| 68 | LONGS_EQUAL(1, fixture->getFailureCount()); |
| 69 | } |
| 70 | |
| 71 | static void failedMockCallAfterOneSuccess() |
| 72 | { |
nothing calls this directly
no test coverage detected