At my current job we are writing quite a bit of client (and a little server) side javascript. To make sure my devs were writing good code, I got them to write tests using my RhinoUnit testing framework.
This framework is designed to work with ANT, and provides some nice features such as assert.mustCall to ensure that a function is called making sure you don't pollute the global namespace (don't forget your vars) integrated JSLint It's hosted by Google, using the BSD licence. http://code.google.com/p/rhinounit Check it out, and let me know what you want to know about the project/ how to use it. I haven't had much luck writing lucid documentation, so if you guys could ask me questions, I could address those in the WIKI Thanks, Tiest _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
