Documentation of QUnit.load()

Documentation of QUnit.load()

I try to build an run through various Qunit-tests in various pages generated by a CMS..
After a page with its unit-tests worked out, the browser should load via AJAX the next testpage with other Qunit-Tests.
I choose that way of testing, because I can develop the tests in small portions for special situations. 

I missed the documentation of QUit.load(), because I need that function to restart the Unittest after loading a new Page with new tests.

I used the following sequence to restart the QUnit-tests after AJAX-loading of the next test-part and its Unittests.
QUnit.reset();
QUnit.init();
QUnit.load();


P.S. Soory about my poor english.