[Mpango-core] Unit tests
Status: Pre-Alpha
Brought to you by:
edvera
From: Eduardo de V. T. <etu...@gm...> - 2011-06-02 20:34:19
|
Hi guys, As agreed last week, you would be learning to do Unit Testing and by the end of the week maybe you have a chance to have implemented some of the needed unit tests. I have added a plugin to the Maven Site generation tool that allows us to see which classes are being tested and up to which degree. It generates html based reports than can help you identify classes that need unit testing: http://mpango.sourceforge.net/mpango-core/cobertura/index.html If you need to generate this reports, you can do so by executing mvn site site:run and then accessing the web page on http://localhost/cobertura/index.html Feel free to start with those classes that have no unit testing coverage at all. If you doubt about the functionality of a class, feel free to contact the author of the class and ask him about the details. I hope to see you on this week's Status Meeting on Sunday (same time same place). Regards, Eduardo de Vera |