For an assignment I have to test the struts framework (v 1.3). I'm currently writing unit tests for the Action class and the Java-Doc for setServlet says that if the parameter is null then allocated resources need to be released. Can someone tell me how I can check if they are released, and what exactly they are?
Thank you
Thank you