mockingbird icon indicating copy to clipboard operation
mockingbird copied to clipboard

Add cleaning of the allInvocations property in the MockingContext on …

Open azat-dev opened this issue 1 year ago • 0 comments

Add cleaning of the allInvocations property in the MockingContext on calling the clearInvocations method

Overview

When I use the mockingbird in my projects, a memory leakage detection tests often fail. I've found out that when we call 'clearInvocations' method it never cleans the 'allInvocations' property, so it leads to failing of memory leakage tests

azat-dev avatar Sep 04 '22 21:09 azat-dev