1.

Specify A Set Of Asynchronous Operations?

Answer»
  1. async(): Instruct QUNIT to WAIT for an asynchronous operation.
  2. QUnit.asyncTest(): DEPRECATED: Add an asynchronous test to run. The test must include a call to QUnit.start().
  3. QUnit.start(): PARTIALLY DEPRECATED: Start running the tests again after the testrunner was stopped. SEE QUnit.stop() and QUnit.config.autostart.
  4. QUnit.stop(): DEPRECATED: Increase the number of QUnit.start() calls the testrunner should wait for before continuing.
  5. QUnit.test(): Add a test to run.



Discussion

No Comment Found