gamelayers / xulunit
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
heavysixer (author)
Sun Oct 19 16:20:40 -0700 2008
xulunit /
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE.txt | ||
| |
README.textile | ||
| |
example.js | ||
| |
example_test.js | ||
| |
mocks.js | ||
| |
testrunner.js |
README.textile
XulUnit A simple test framework for Firefox Extension Development
Gamelayers is the creator of PMOG a massively multiplayer online game, played through a custom
Firefox extension. The Gamelayers’ team is a Test Driven Development team and as such expected
to write unit tests for their extensions. However, after not finding an existing test framework
suitable for testing extensions from within the Firefox environment Gamelayers decided to write
their own.
In the spirt of “scratch your own itch”, we are happy to release the XulUnit framework for testing
Firefox extension using only Javascript.
XulUnit is based on the excellent Javascript test unit framework QUnit, which was written for JQuery.
We extended their framework in a couple of ways:

