public
Description: JavaScript Unit Test suite; no dependencies (but same API as prototypejs' unittest suite)
Homepage: http://jsunittest.rubyforge.org/
Clone URL: git://github.com/drnic/jsunittest.git
drnic (author)
Sun Aug 10 19:08:26 -0700 2008
commit  1f3da24f564ec1b7e2c394e343e94d39100f0d5b
tree    23b7c202ed3782637502edbe742f4e88c32d2a44
parent  ab3eee2cd19c22c8df51ea9623ec8b16aa5ee91c
name age message
file .gitignore Sun Feb 17 05:33:02 -0800 2008 Basic tests for test_case [drnic]
file Capfile Tue Feb 19 15:08:28 -0800 2008 Added slicehost cap tasks [drnic]
file History.txt Loading commit data...
file License.txt Sun Feb 17 04:48:50 -0800 2008 initial import; broke original unittest.js into... [drnic]
file README.txt Tue Feb 19 15:08:28 -0800 2008 Added slicehost cap tasks [drnic]
file Rakefile
directory config/ Sun Aug 10 19:08:26 -0700 2008 update history for 0.7.0 [drnic]
directory lib/
directory script/ Sat Feb 23 17:39:47 -0800 2008 Added tmbundle link+archive to website [drnic]
directory src/
directory tasks/ Sat Feb 23 17:39:47 -0800 2008 Added tmbundle link+archive to website [drnic]
directory test/
directory website/
README.txt
JsUnitTest

Description:
    This JavaScript project provides a one-file JavaScript test suite.

    This is based off unittest.js from "prototypejs":http://prototypejs.org, 
    except this library has no dependency on prototype.js so there is no 
    chance your code-under-test can conflict with prototype.js or that you might 
    accidently use a prototype.js helper for a library that will be deployed 
    independently off prototypejs.

More information:
    http://drnicjavascript.rubyforge.org/jsunittest
    
Author:
    Dr Nic Williams, drnicwilliams@gmail.com
    
Contributions/Thanks:
    original unittest code - prototypejs project
    ajax library - John Resig, Pro JavaScript book
    event library - Dean Edwards