David Saff
David Saff
Highly speculative at this point.
See https://docs.google.com/document/d/1B6Z45BSGsY08rZqe2KUZTJ3RVsnUE1-HcXjl5MFm9ls/edit?usp=sharing
We want to move toward a world in which we verify signatures on all of our dependencies. However, we can't get there because not all of our dependencies have valid...
This allows us to avoid the memory leak issues addressed by clearInlineMocks, but track how a mock object might leak out of its creating test, as referenced in https://github.com/mockito/mockito/issues/3419 A...
This is a simplified version of a fairly common scenario my team has been facing. It affects all of the versions of Mockito we've tried, including 5.12.0 and a checkout...