Pawel Lipinski — Clean Tests: how to structure your tests so that they serve you well

Pawel Lipinski, Pragmatics — Clean Tests: how to structure your tests so that they serve you well Java-conference Joker 2013 Russia, Saint-Petersburg, 15-Oct-2013 Not many projects have a good set of tests. Even less have a decent pack of them that not only are a good safety net when changing code, but also serve as always-up-to-date documentation of the system. I will show you how to write and refactor tests so that they’re easy to read, not very hard in maintenance and give you comprehensible info about current development state.
Back to Top