From: Peter Hickman Date: 2006-05-15T18:12:33+09:00 Subject: Testing private methods I have a class with a lot of private utility methods that makes the code a lot cleaner. However I want to test them with unit tests. How can I do this if they are private?