Extension interface

assert.pushResult()

Report the result of a custom assertion.

QUnit.assert

Namespace for QUnit assertion methods.

QUnit.config.current

Internal object representing the currently running test.

QUnit.config.modules

List of defined test modules.

QUnit.config.storage

The Storage object to use for remembering failed tests between runs.

QUnit.config.urlConfig

Register additional input fields in the toolbar (HTML Reporter).

QUnit.dump.parse()

Extensible data dumping and string serialization.

QUnit.dump.setParser()

Override string serialization for a given data type.

QUnit.extend()

REMOVED Copy the properties from one object into a target object.

QUnit.hooks

Add global callbacks to run before or after each test.

QUnit.on()

Register an event listener callback.

QUnit.onUncaughtException()

Report a global error.

QUnit.stack()

Generate a stacktrace from the current line.

QUnit.urlParams

Access URL parameters in the current query string.