Adrian Vasiliu

Adrian is a software architect and has been working on graph layout and graphic framework technologies for ILOG JViews for the last 11 years.

Unit testing memory leaks

Posted by Adrian Vasiliu on May 5th, 2008

Memory leaks are often tricky to debug. In complex situations, advanced tools such as memory profilers are needed. But what about unit testing potential memory leaks? Ever wondered how to write, say, a JUnit test to check for memory leaks…

Read more