Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 509055 of test/runner

  • Revision slug: Mozilla/Add-ons/SDK/Low-Level_APIs/test_runner
  • Revision title: test/runner
  • Revision id: 509055
  • Created:
  • Creator: wbamberg
  • Is current revision? No
  • Comment

Revision Content

Experimental

Sets up unit tests.

For more information on testing in the Add-on SDK, see the Unit Testing tutorial.

This module contains the package's main program, which does a bit of high-level setup and then delegates test finding and running to the harness module.

 

Revision Source

<div class="note">
 <p>Experimental</p>
</div>
<p><span class="seoSummary">Sets up unit tests.</span></p>
<p><span class="aside">For more information on testing in the Add-on SDK, see the <a href="dev-guide/tutorials/unit-testing.html">Unit Testing</a> tutorial. </span></p>
<p>This module contains the package's main program, which does a bit of high-level setup and then delegates test finding and running to the <code>harness</code> module.</p>
<p>&nbsp;</p>
Revert to this revision