Lines Matching refs:equal
1507 * Test if two primitives are equal or two objects
1684 * Test if two primitive arrays are equal within +/- epsilon
1720 * Test if two primitive numbers are equal within +/- epsilon
1790 * than ``upper`` but not equal to either.
1816 * Assert that ``actual`` is a number less than or equal to ``expected``.
1820 * than or equal to.
1826 * Test if a primitive number is less than or equal to another
1835 "expected a number less than or equal to ${expected} but got ${actual}",
1841 * Assert that ``actual`` is a number greater than or equal to ``expected``.
1845 * than or equal to.
1851 * Test if a primitive number is greater than or equal to another
1860 "expected a number greater than or equal to ${expected} but got ${actual}",
1866 * Assert that ``actual`` is a number greater than or equal to ``lower`` and less
1867 * than or equal to ``upper``.
1870 * @param {number} lower - Number that ``actual`` must be greater than or equal to.
1871 * @param {number} upper - Number that ``actual`` must be less than or equal to.
1877 * Test if a primitive number is between to two others or equal to either of them
1886 "expected a number greater than or equal to ${lower} " +
1887 "and less than or equal to ${upper} but got ${actual}",
1912 * ``Object.prototype.toString`` is equal to ``class_name``.
2290 "${func} threw ${e} that is not a DOMException " + type + ": property ${prop} is equal to ${actual}, expected ${expected}",