From: Alexey Verkhovsky Date: 2004-09-08T10:37:12+09:00 Subject: [ANN] Test::Unit::Reporter 0.2.0 Test::Unit::Reporter publishes results of test/unit test suite execution in HTML and other formats. Current implementation includes two formatters: * HTML formatter produces an HTML report. Sample report for Rake unit tests can be seen here: http://test-report.rubyforge.org/rake-report/index.html * XML formatter formats test suite results in an XML file, using the same format as Ant junit task. This output then can be passed to Ant junitreport task to produce an HTML report, or otherwise analyzed/processed with an XML parser. You can download Test::Unit::Reporter from http://rubyforge.org/projects/test-report/ The main theme of this release is "Packaging". Changes include: * Rdoc documentation * Installer (setup.rb by Minero Aoki) * Simplified interface to Reporter::run. HTML is now default reporter, and the class of test runner is an optional argument (console runner is default). * On request from Nathaniel Talbott (the author of test/unit), all reporter classes were moved from test/unit/util to test/unit/ui/reporter Best regards, Alexey Verkhovsky