2017
2010
2009
OCTO talks ! » Démarches de tests fonctionnels
by Nissone2008
Testing Will Challenge Your Conventions
by greut, 1 comment (via)Private makes less sense than it used to. You can’t test anything that’s private. You need to have ways to sense that your tests are working as intended, and you have to be able to test any method that is interesting. That means less private and more accessors. Get used to living in a more public world. If you need to hide something from users, don’t include it in the interface or abstract base class. “Implements”/”public inheritance” is the new “private”.
or documented is the new public