writing readable & maintainable tests

Site menu:

Topics

Recent Posts

Blog

 

July 2009
M T W T F S S
« Jun   Aug »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Past Posts

Links:

Archive for July 26th, 2009

writing readable & maintainable tests

July 26th, 2009 by Jeanne Boyarsky

Manning’s Art of Unit Testing is interesting in that it has chapters dedicated to the maintainability and readability of the tests. I didn’t read the whole book as most of it is about unit testing .NET code. (I’m a Java developer) While these are pretty much all things I do regularly, I learned many of [...]