2 points stroke me when reading this “Pragmatic Unit Testing” book : – in order to easily test some class, they suggest to open the required methods by making them protected. I had first to check that protected included package readability (it does) but still I think it’s going a bit too far : if [...]

