Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 651 Bytes

QUnit.assert.md

File metadata and controls

17 lines (14 loc) · 651 Bytes
layout title excerpt groups redirect_from version_added
page-api
QUnit.assert
Namespace for QUnit assertion methods.
extension
/config/QUnit.assert/
/extension/QUnit.assert/
1.7.0

Namespace for QUnit assertion methods. This object is the prototype for the internal Assert class of which instances are passed as the argument to QUnit.test() callbacks.

This object contains QUnit's built-in assertion methods, and may be extended by plugins to register additional assertion methods.

See assert.pushResult() for how to create a custom assertion.