MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / appendFilteredTest

Function appendFilteredTest

third_party/js/qunit/qunit.js:6944–6950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6942 }
6943 }
6944 function appendFilteredTest() {
6945 var testId = QUnit.config.testId;
6946 if (!testId || testId.length <= 0) {
6947 return '';
6948 }
6949 return "<div id='qunit-filteredTest'>Rerunning selected tests: " + escapeText(testId.join(', ')) + " <a id='qunit-clearFilter' href='" + escapeText(unfilteredUrl) + "'>Run all tests</a></div>";
6950 }
6951 function appendUserAgent() {
6952 var userAgent = id('qunit-userAgent');
6953 if (userAgent) {

Callers 1

appendInterfaceFunction · 0.85

Calls 2

joinMethod · 0.80
escapeTextFunction · 0.70

Tested by

no test coverage detected