Close
jGuru Forums
Posted By: Anilprasadreddy_mekala Posted On: Monday, February 19, 2007 01:32 AM
Hello everybody, can u plz tell me How can we test private methods. with regards, Anil.M www.tejasoft.com
Re: Testing private method's
Posted By: Jani_Kaarela Posted On: Thursday, February 22, 2007 04:53 AM
You can use reflection to invoke private methods. This does however require a quite relaxed security policy.