pmacn / DocPlagiarizer

A custom build task that will copy xml documentation comments from interfaces to implementations.
MIT License
4 stars 1 forks source link

Unit testing the beast #15

Open pmacn opened 10 years ago

pmacn commented 10 years ago

Think it might be getting close to where some meaningful unit testing could be done without having to set up a whole project. Should be able to mock the semantic model and pass in small node trees to the rewriter and see what it spits out.

Could also write meaningful unit tests for most of the extension methods at this point.