drnic / jsunittest
- Source
- Commits
- Network (14)
- Issues (1)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Feb 17 05:33:02 -0800 2008 | |
| |
Capfile | Tue Feb 19 15:08:28 -0800 2008 | |
| |
History.txt | Fri Mar 20 17:53:57 -0700 2009 | |
| |
License.txt | Sun Feb 17 04:48:50 -0800 2008 | |
| |
README.txt | Tue Feb 19 15:08:28 -0800 2008 | |
| |
Rakefile | Fri Mar 20 17:53:57 -0700 2009 | |
| |
config/ | Sun Aug 10 19:08:26 -0700 2008 | |
| |
lib/ | Tue Oct 07 16:01:03 -0700 2008 | |
| |
script/ | Sat Feb 23 17:39:47 -0800 2008 | |
| |
src/ | Mon Apr 06 04:40:44 -0700 2009 | |
| |
tasks/ | Sat Feb 23 17:39:47 -0800 2008 | |
| |
test/ | Sat Mar 21 07:46:20 -0700 2009 | |
| |
website/ | Fri Mar 20 17:54:39 -0700 2009 |
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
