MCPcopy Create free account
hub / github.com/cpputest/cpputest / ~GTestConvertor

Method ~GTestConvertor

include/CppUTestExt/GTestConvertor.h:332–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332inline GTestConvertor::~GTestConvertor()
333{
334 delete reporter_;
335
336 while (first_) {
337 GTestShell* next = first_->nextGTest();
338 delete first_;
339 first_ = next;
340 }
341}
342
343inline void GTestConvertor::addNewTestCaseForTestInfo(::testing::TestInfo* testinfo)
344{

Callers

nothing calls this directly

Calls 1

nextGTestMethod · 0.80

Tested by

no test coverage detected