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

Class DummyMemoryLeakFailure

tests/CppUTest/DummyMemoryLeakDetector.h:39–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39class DummyMemoryLeakFailure : public MemoryLeakFailure
40{
41public:
42 DummyMemoryLeakFailure();
43
44 virtual ~DummyMemoryLeakFailure() _destructor_override;
45 static bool wasDeleted();
46 virtual void fail(char*) _override;
47
48private:
49 static bool memoryLeakFailureWasDelete;
50};
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected