Reflection Test Helper
Private-method reflection for tests
A Java helper for tests that have to reach a private method or field. from takes the class under test, addArgument its parameters, and invokeMethod calls the method by name.
ArchivedPersonalOpen source