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

Method DummyMemoryLeakFailure

tests/CppUTest/DummyMemoryLeakDetector.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47bool DummyMemoryLeakDetector::memoryLeakDetectorWasDeleted = false;
48
49DummyMemoryLeakFailure::DummyMemoryLeakFailure()
50 : MemoryLeakFailure()
51{
52 memoryLeakFailureWasDelete = false;
53}
54
55DummyMemoryLeakFailure::~DummyMemoryLeakFailure()
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected