| 66 | } |
| 67 | |
| 68 | void MockSupportPlugin::preTestAction(UtestShell&, TestResult&) |
| 69 | { |
| 70 | mock().installComparatorsAndCopiers(repository_); |
| 71 | } |
| 72 | |
| 73 | void MockSupportPlugin::postTestAction(UtestShell& test, TestResult& result) |
| 74 | { |
nothing calls this directly
no test coverage detected