New release JsUnit version 1.3 Note, this is JsUnit from BerliOS, not to be mistaken with JsUnit from SourceForge. Both projects are completely independent, they went simply public nearly both at the same time years ago.
JsUnit is a simple framework to write repeatable tests in JavaScript. It is an instance of the xUnit architecture for unit testing frameworks. JsUnit is a port of JUnit 3.8.1 originally written by Erich Gamma and Kent Beck. This implementation is aimed at independent scripts and was originally written for server-side JavaScript. Aside from various small improvements it includes now an XMLResultPrinter to generate XML that can be used by JUnit reporting tools. This functionality is used for the new Maven 2 plugin and Ant Task, that integrate Rhino as JavaScript engine to run JsUnit tests in a build environment. See release notes: http://jsunit.berlios.de/release.html Artifacts and plugins will be soon available at the central repository (http://jira.codehaus.org/browse/MAVENUPLOAD-1774). Enjoy! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
