Posted By:
Peter_Wilkins
Posted On:
Monday, July 29, 2002 02:50 PM
The methods that I most want to test are often the ones I want to declare as private. That makes them inaccessible to my testing harness.
I could be designing my classes improperly for use with JUnit or perhaps I'm setting JUnit up incorrectly. Could anyone offer me so guidance on this issue.
Thanks,
Peter