By CodingDragon
via planetgeek.ch
Published: Oct 19 2012 / 09:27
In my current project, we do a lot of refactoring to keep the source code as simple and understandable as possible. This involves a lot of renaming of classes and moving classes between namespaces to structure the code in a better understandable way (here is explained how we structure our code). Sometimes, this results in unit tests not renamed or moved along with the production classes they test. Therefore, I wrote some NDepend queries that show us these misplaced or misnamed test classes.
Add your comment