Lines Matching full:param
450 * @param {Function} message_destination - a function that receives JSON-serializable
603 * @param {Test} test - The test currnetly being run.
604 * @param {Any[]} args - Additional args to pass to function.
611 * @param {TestFunction} func - Test function. This is executed
616 * @param {String} name - Test name. This must be unique in a
653 * @param {TestFunction|string} funcOrName - Initial step function
656 * @param {String} name - Test name (if a test function was
711 * @param {TestFunction} func - Test function. This must return a
714 * @param {String} name - Test name. This must be unique in a
772 * @param {Promise} promise the given promise that may be from a different
797 * @param {Test} test - the `Test` to use for the assertion.
798 * @param {Function} constructor - The expected exception constructor.
799 * @param {Promise} promise - The promise that's expected to
801 * @param {string} [description] Error message to add to assert in case of
828 * @param {Test} test - the `Test` to use for the assertion.
829 * @param {number|string} type - See documentation for
831 * @param {Function} promiseOrConstructor - Either the constructor
835 * @param {Function|string} descriptionOrPromise - Either the
839 * @param {string} [description] - Description of the condition
868 * @param {Test} test - the `Test` to use for the assertion.
869 * @param {Any} exception - The expected value of the rejected promise.
870 * @param {Promise} promise - The promise that's expected to
872 * @param {string} [description] Error message to add to assert in case of
896 * @param {Test} test - The `Test` to use for the assertion.
897 * @param {EventTarget} watchedNode - The target expected to receive the events.
898 * @param {string[]} eventTypes - List of events to watch for.
899 * @param {Promise} timeoutPromise - Promise that will cause the
950 * @param {Object} options An optional options object. If the 'record' property
1053 * @param {Function|SettingsObject} funcOrProperties - Either a
1057 * @param {SettingsObject} maybeProperties - An object containing
1081 * @param {Function} func - Function returning a promise that's
1084 * @param {SettingsObject} [properties] - An object containing
1165 * @param {Function} func - The function that will be called for each generated tests.
1166 * @param {Any[][]} args - An array of arrays. Each nested array
1190 * @param {EventTarget} object - Event target
1191 * @param {string} event - Event name
1192 * @param {Function} callback - Event handler.
1202 * @param {Function} func - Function to run after the timeout
1203 * @param {number} timeout - Time in ms to wait before running the
1332 * @param {Any} val - The value to convert to a string.
1458 * @param {Any} actual - Value that is asserted to be true
1459 * @param {string} [description] - Description of the condition being tested
1471 * @param {Any} actual - Value that is asserted to be false
1472 * @param {string} [description] - Description of the condition being tested
1500 * @param {Any} actual - Test value.
1501 * @param {Any} expected - Expected value.
1502 * @param {string} [description] - Description of the condition being tested.
1527 * @param {Any} actual - Test value.
1528 * @param {Any} expected - The value ``actual`` is expected to be different to.
1529 * @param {string} [description] - Description of the condition being tested.
1543 * @param {Any} actual - Test value.
1544 * @param {Array} expected - An array that ``actual`` is expected to
1546 * @param {string} [description] - Description of the condition being tested.
1566 * @param {Object} actual - Test value.
1567 * @param {Object} expected - Expected value.
1568 * @param {string} [description] - Description of the condition being tested.
1610 * @param {Array} actual - Test array.
1611 * @param {Array} expected - Array that is expected to contain the same values as ``actual``.
1612 * @param {string} [description] - Description of the condition being tested.
1675 * @param {Array} actual - Array of test values.
1676 * @param {Array} expected - Array of values expected to be close to the values in ``actual``.
1677 * @param {number} epsilon - Magnitude of allowed difference
1679 * @param {string} [description] - Description of the condition being tested.
1712 * @param {number} actual - Test value.
1713 * @param {number} expected - Value number is expected to be close to.
1714 * @param {number} epsilon - Magnitude of allowed difference between ``actual`` and ``expected``.
1715 * @param {string} [description] - Description of the condition being tested.
1743 * @param {number} actual - Test value.
1744 * @param {number} expected - Number that ``actual`` must be less than.
1745 * @param {string} [description] - Description of the condition being tested.
1767 * @param {number} actual - Test value.
1768 * @param {number} expected - Number that ``actual`` must be greater than.
1769 * @param {string} [description] - Description of the condition being tested.
1792 * @param {number} actual - Test value.
1793 * @param {number} lower - Number that ``actual`` must be greater than.
1794 * @param {number} upper - Number that ``actual`` must be less than.
1795 * @param {string} [description] - Description of the condition being tested.
1818 * @param {number} actual - Test value.
1819 * @param {number} expected - Number that ``actual`` must be less
1821 * @param {string} [description] - Description of the condition being tested.
1843 * @param {number} actual - Test value.
1844 * @param {number} expected - Number that ``actual`` must be greater
1846 * @param {string} [description] - Description of the condition being tested.
1869 * @param {number} actual - Test value.
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.
1872 * @param {string} [description] - Description of the condition being tested.
1895 * @param {String} actual - Test string.
1896 * @param {RegExp} expected - RegExp ``actual`` must match.
1897 * @param {string} [description] - Description of the condition being tested.
1914 * @param {Object} object - Object to stringify.
1915 * @param {string} class_string - Expected class string for ``object``.
1916 * @param {string} [description] - Description of the condition being tested.
1930 * @param {Object} object - Object that should have the given property.
1931 * @param {string} property_name - Expected property name.
1932 * @param {string} [description] - Description of the condition being tested.
1944 * @param {Object} object - Object that should not have the given property.
1945 * @param {string} property_name - Property name to test.
1946 * @param {string} [description] - Description of the condition being tested.
1985 * @param {Object} object - Object that should have the given property in its prototype chain.
1986 * @param {string} property_name - Expected property name.
1987 * @param {string} [description] - Description of the condition being tested.
1997 * @param {Object} object - Object that should have the given property in its prototype chain.
1998 * @param {string} property_name - Expected property name.
1999 * @param {string} [description] - Description of the condition being tested.
2014 * @param {Object} object - Object that should have the given property in its prototype chain.
2015 * @param {string} property_name - Expected property name.
2016 * @param {string} [description] - Description of the condition being tested.
2038 * @param {object} constructor The expected exception constructor.
2039 * @param {Function} func Function which should throw.
2040 * @param {string} [description] Error description for the case that the error is not thrown.
2122 * @param {number|string} type - The expected exception name or
2130 * @param {Function} descriptionOrFunc - The function expected to
2134 * @param {string} [description] - Description of the condition
2308 * @param {value} exception The expected exception.
2309 * @param {Function} func Function which should throw.
2310 * @param {string} [description] Error description for the case that the error is not thrown.
2345 * @param {string} [description] - Description of the condition being tested.
2355 * @param {Any} actual
2356 * @param {Any} expected
2357 * @param {Any[]} args
2369 * @param {AssertFunc} assert_func - Function to compare actual
2372 * @param {Any} actual - Test value.
2373 * @param {Array} expected_array - Array of possible expected values.
2374 * @param {Any[]} args - Additional arguments to pass to ``assert_func``.
2408 * @param {object} condition The truthy value to test
2409 * @param {string} [description] Error description for the case that the condition is not truthy.
2426 * @param {object} condition The truthy value to test
2427 * @param {string} [description] Error description for the case that the condition is not truthy.
2442 * @param {string} name - This must be unique in a given file and must be
2552 * @param {string} func - Callback function to run as a step. If
2555 * @param {Object} [this_obj] - The object to use as the this
2621 * @param {string} func - Function to run as a step. If this
2624 * @param {Object} [this_obj] - The object to use as the this
2647 * @param {string} func - Function to run as a step. If this
2651 * @param {Object} [this_obj] - The object to use as the this
2676 * @param {string} [description] - Error message to add to assert
2699 * @param {Function} func - Function to run as a test
2701 * @param {number} timeout - Time in ms to wait before running the
2722 * @param {Function} cond A function taking no arguments and
2725 * @param {Function} func A function taking no arguments to call once
2727 * @param {string} [description] Error message to add to assert in case of
2729 * @param {number} timeout Timeout in ms. This is multiplied by the global
2731 * @param {number} interval Polling interval in ms
2777 * @param {Function} cond A function taking no arguments and
2780 * @param {Function} func A function taking no arguments to call once
2782 * @param {string} [description] Error message to add to assert in case of
2784 * @param {number} timeout Timeout in ms. This is multiplied by the global
2786 * @param {number} interval Polling interval in ms
2814 * @param {Function} cond A function taking no arguments and
2816 * @param {string} [description] Error message to add to assert in case of
2818 * @param {number} timeout Timeout in ms. This is multiplied by the global
2820 * @param {number} interval Polling interval in ms
2848 * @param {Function} callback - The cleanup function to run. This
3337 * @param {Test} test - The test which ran the assert.
3338 * @param {string} assert_name - The function name of the assert.
3339 * @param {Any} args - The arguments passed to the assert function.
3810 * @param {Worker|SharedWorker|ServiceWorker|MessagePort} port -
3837 * @param {Window} window - The window to fetch tests from.
3847 * @param {ShadowRealm} realm - A shadow realm also running the test harness
3868 * @param {Function} postMessage - A function to send test updates to the
3900 * @param {Function} callback - Callback function. This is called
3910 * @param {Function} callback - Callback function, called with the
3920 * @param {Function} callback - Callback function, called with the
3930 * @param {Function} callback - Callback function, called with an
4498 * @param {string} message - Error message.
4620 * @param {array} value Zero or more values to use in the invocation of
4622 * @param {function} iter_callback A function that will be invoked
4630 * @param {function} done_callback A function that will be invoked after