gecko-dev/testing/xpcshell
Boris Zbarsky 16e02a5e28 Bug 1460735 part 1. Remove use of nsIDOMDocument in JS. r=qdot
There are some places where we have a thing which may not even be a node, and
we end up hardcoding the value of DOCUMENT_NODE there, because
"foo.nodeType == foo.DOCUMENT_NODE" will test true if foo is not a node: both
sides will be undefined.
2018-05-29 13:39:00 -04:00
..
example
moz-http2
node-http2
README
dbg-actors.js
head.js Bug 1460735 part 1. Remove use of nsIDOMDocument in JS. r=qdot 2018-05-29 13:39:00 -04:00
mach_commands.py
mach_test_package_commands.py
moz.build
python.ini
remotexpcshelltests.py
runxpcshelltests.py
selftest.py
xpcshellcommandline.py

README

Simple xpcshell-based test harness

converted from netwerk/test/unit

Some documentation at http://developer.mozilla.org/en/docs/Writing_xpcshell-based_unit_tests
See also http://wiki.mozilla.org/SoftwareTesting:Tools:Simple_xpcshell_test_harness