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

Method DummyMemoryLeakDetector

tests/CppUTest/DummyMemoryLeakDetector.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "DummyMemoryLeakDetector.h"
31
32DummyMemoryLeakDetector::DummyMemoryLeakDetector(MemoryLeakFailure* reporter) : MemoryLeakDetector(reporter)
33{
34 memoryLeakDetectorWasDeleted = false;
35}
36
37DummyMemoryLeakDetector::~DummyMemoryLeakDetector()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected