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

Method ExpectLeaks

src/Platforms/Symbian/SymbianMemoryLeakWarning.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void MemoryLeakWarning::ExpectLeaks(int n)
99{
100 _impl->iExpectedLeaks = n;
101}
102
103// this method leaves (no naming convention followed due to CppUTest framework
104void MemoryLeakWarning::CreateData()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected