| 31 | TEST_GROUP(MockComparatorCopierTest) |
| 32 | { |
| 33 | void teardown() |
| 34 | { |
| 35 | mock().checkExpectations(); |
| 36 | mock().clear(); |
| 37 | mock().removeAllComparatorsAndCopiers(); |
| 38 | } |
| 39 | }; |
| 40 | |
| 41 | class MyTypeForTesting |
nothing calls this directly
no test coverage detected