Lines Matching defs:async_test
661 function async_test(func, name, properties)
665 tests.status.message = '`async_test` invoked after `promise_setup`';
678 // Test authors sometimes return values to async_test, expecting us
684 // passed to async_test, not on any later steps - we haven't seen a
688 '" passed a function to `async_test` that returned a value.';
1025 * `async_test`. Asserts may be used directly without requiring
1216 expose(async_test, 'async_test');
2440 * :js:func:`test`, :js:func:`async_test` or :js:func:`promise_test` functions.
2614 * let t = async_test("Example");
2765 * async_test(t => {
3488 tests.current_test = async_test();
3834 * :js:func:`test`, :js:func:`async_test`, and :js:func:`promise_test` in