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

Class GTestShell

include/CppUTestExt/GTestConvertor.h:61–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61class GTestShell : public UtestShell
62{
63 ::testing::TestInfo* testinfo_;
64 GTestShell* next_;
65 GTestFlagsThatAllocateMemory* flags_;
66public:
67 GTestShell(::testing::TestInfo* testinfo, GTestShell* next, GTestFlagsThatAllocateMemory* flags);
68
69 virtual Utest* createTest() _override;
70
71 GTestShell* nextGTest()
72 {
73 return next_;
74 }
75};
76
77/* Enormous hack!
78 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected