I have a java class full of void methods, and I want to make some unit test to get maximal code coverage.
For example I have this method :
protected
I think you should avoid writing side-effecting method. Return true or false from your method and you can check these methods in unit tests.