This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 60723716240c2e7aaaf7b0b57771790307501f27
tree 6dbc02b3233d317f6b04c2009ece3fe59a3ad0f0
parent d0457eda676ba6ddf821bd583120a54522465da0
tree 6dbc02b3233d317f6b04c2009ece3fe59a3ad0f0
parent d0457eda676ba6ddf821bd583120a54522465da0
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Feb 17 05:33:02 -0800 2008 | |
| |
Capfile | Tue Feb 19 15:08:28 -0800 2008 | |
| |
History.txt | ||
| |
License.txt | Sun Feb 17 04:48:50 -0800 2008 | |
| |
README.txt | Tue Feb 19 15:08:28 -0800 2008 | |
| |
Rakefile | ||
| |
config/ | ||
| |
lib/ | ||
| |
script/ | Sat Feb 23 17:39:47 -0800 2008 | |
| |
src/ | ||
| |
tasks/ | Sat Feb 23 17:39:47 -0800 2008 | |
| |
test/ | ||
| |
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








