Java 5 provides vargargs API that allows to test private methods in a very concise way. Here is how. Yesterday, during a meetup at Loopt, a question of an API for testing private methods was brought up. I used to use JUnit add-on PrivateAccessor [1] when I was testing private methods. The problem was that [...]