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
olleolleolle (author)
Mon Apr 06 04:40:44 -0700 2009
commit  5699afebc1e42e7bd2bfc65f1dc39b7c878f318c
tree    0895a1f93e8df0ddf43cc8d1ce4dc52f3bdfd586
parent  a774b95645b368f9aa36d448954a48206cad82b5
jsunittest / README.txt
100644 22 lines (16 sloc) 0.733 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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