MCPcopy
hub / github.com/Mottie/Keyboard / appendInterface

Function appendInterface

testing/qunit-2.9.2.js:5127–5139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5125 }
5126
5127 function appendInterface() {
5128 var qunit = id("qunit");
5129
5130 if (qunit) {
5131 qunit.innerHTML = "<h1 id='qunit-header'>" + escapeText(document.title) + "</h1>" + "<h2 id='qunit-banner'></h2>" + "<div id='qunit-testrunner-toolbar'></div>" + appendFilteredTest() + "<h2 id='qunit-userAgent'></h2>" + "<ol id='qunit-tests'></ol>";
5132 }
5133
5134 appendHeader();
5135 appendBanner();
5136 appendTestResults();
5137 appendUserAgent();
5138 appendToolbar();
5139 }
5140
5141 function appendTest(name, testId, moduleName) {
5142 var title,

Callers 1

qunit-2.9.2.jsFile · 0.85

Calls 8

idFunction · 0.85
escapeTextFunction · 0.85
appendFilteredTestFunction · 0.85
appendHeaderFunction · 0.85
appendBannerFunction · 0.85
appendTestResultsFunction · 0.85
appendUserAgentFunction · 0.85
appendToolbarFunction · 0.85

Tested by

no test coverage detected