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