October 27, 2004

JSimpleUnit - JavaScript Unit Testing Framework

This week I had to write some JavaScript and I've gotten so used to that I ached for a unit testing framework. Google search revealed JsUnit, which seems pretty slick (haven't tried it), but also required a shitload of subclassing etc. I wanted something simple - different design goals - something you could walk up to and get running in seconds. So here it is JSimpleUnit - a simple unit testing framework for JavaScript. If you need something more mature, by all means go with JsUnit, but if you just want to write a few quick tests and see red/green download JSimpleUnit now.

Posted by Christian at October 27, 2004 06:06 PM |
Comments
Post a comment