| 191 | }; |
| 192 | |
| 193 | class GTestDummyResultReporter : public ::testing::ScopedFakeTestPartResultReporter |
| 194 | { |
| 195 | public: |
| 196 | GTestDummyResultReporter () : ::testing::ScopedFakeTestPartResultReporter(INTERCEPT_ALL_THREADS, NULL) {} |
| 197 | virtual void ReportTestPartResult(const ::testing::TestPartResult& /*result*/) {} |
| 198 | }; |
| 199 | |
| 200 | class GMockTestTerminator : public TestTerminator |
| 201 | { |
nothing calls this directly
no outgoing calls
no test coverage detected