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

Method GTestUTest

include/CppUTestExt/GTestConvertor.h:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256class GTestUTest: public Utest {
257public:
258 GTestUTest(::testing::TestInfo* testinfo, GTestFlagsThatAllocateMemory* flags) : testinfo_(testinfo), test_(NULL), flags_(flags)
259 {
260
261 }
262
263 void testBody()
264 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected