MCPcopy Create free account
hub / github.com/cpputest/cpputest / GTestDummyResultReporter

Class GTestDummyResultReporter

include/CppUTestExt/GTestConvertor.h:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191};
192
193class GTestDummyResultReporter : public ::testing::ScopedFakeTestPartResultReporter
194{
195public:
196 GTestDummyResultReporter () : ::testing::ScopedFakeTestPartResultReporter(INTERCEPT_ALL_THREADS, NULL) {}
197 virtual void ReportTestPartResult(const ::testing::TestPartResult& /*result*/) {}
198};
199
200class GMockTestTerminator : public TestTerminator
201{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected