| 38 | MockFailureReporterInstaller failureReporterInstaller; |
| 39 | |
| 40 | void teardown() |
| 41 | { |
| 42 | mock().checkExpectations(); |
| 43 | CHECK_NO_MOCK_FAILURE(); |
| 44 | MockFailureReporterForTest::clearReporter(); |
| 45 | mock().clear(); |
| 46 | } |
| 47 | }; |
| 48 | |
| 49 | TEST(MockSupportTest, setDataForUnsignedIntegerValues) |
nothing calls this directly
no test coverage detected