![]() Picture how good your Tests are |
|
|
First things first : We'd love to have any help , or extensions that you put together. Click here for more details How Code Pictures / NoUnit works Code Pictures work in two steps: (1) Convert Java -> XML Easy! We read Java byte code (because it is nice and tidy already) and generate an XML document from it. We then transform this XML into whatever HTML report / Code Picture / other output that we want. We can either do this in Java , or via an XSLT transformation (using Xerces and Xalan from Apache). The latter is probably better is it separates code from presentation , and is easier for everybody else to see what is going on. Looking at the Code / Javadoc Some good start points to look at the code / Javadoc are: net.firstpartners.nounit.ui.command.CommandLineProcessor where the code starts running from the command line. Extending NoUnit and Code Pictures You've lots of choices in extending NoUnit and writing Code Pictures to suit your needs. In increasing order of difficulty , they are: 1. Change an Existing XSLT report.Remember! NoUnit and Code Pictures can give you lots of different views of your code , not just JUnit test coverage (More details). Helping the NoUnit Project NoUnit and Code Pictures have a lot of potential. The NoUnit SourceForge home page is the best place to get the latest news , updates , requests , and bug fixes on the NoUnit project. |
|||||||||||||||||||
|
NoUnit is open , free , distributable software under the terms of the GNU General Public License. |