JsUnit 1.3.0 alpha Standard Tests JsUnit Home
edward@jsunit.net
Licenses MPL1.1/GPL2/LGPL2.1

Standard Tests using Autodiscovery

jsUnitAutoDiscoveryTestsIndex.html

A Test Suite which runs internal tests of jsUnit. These tests use the ability of jsUnit to discover test names which begin with 'test' and to automatically execute them.

This is not possible in all browsers. If your browser does not support test auto-discovery, please use the other version of these tests which expose the names of test functions through a function which returns an array of test function names

Standard Tests using Test Declaration

A Test Suite which runs internal tests of jsUnit. These tests use a function which returns an array of test function names and may be supported by a larger range of browsers than the autodiscovery form of the tests.

jsUnitDeclarationTestsIndex.html