The Test Mapper
Come back to this page frequently for updates to the TestMap software mentioned in my Better Software article. It is a work in progress.
The architecture is simple. There is one class, to be written but trivial, that opens an assembly and gets all the types from it. This is essentially a one-liner or so. The class in the middle, currently under development is responsible for iterating through the types, finding all attributed test methods, and creating a sorted list of application methods to those test methods that test them. And finally, there is an output class, whose responsibility it is to produce the final, consumaable output. This class is under development also.
The current source code for this project is available through the link below:
|