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

Latest commit

 

History

History
17 lines (14 loc) · 651 Bytes

File metadata and controls

17 lines (14 loc) · 651 Bytes
layout page-api
title QUnit.assert
excerpt Namespace for QUnit assertion methods.
groups
extension
redirect_from
/config/QUnit.assert/
/extension/QUnit.assert/
version_added 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.