Home | History | Annotate | Download | only in mocha

Lines Matching refs:Root

1071      * root suite execution.  Returns a function which runs the root suite.
1805 * Delay root suite execution.
2220 suite.root || stats.suites++;
2480 if (suite.root) return;
2489 if (suite.root) return;
2698 , root = document.getElementById('mocha');
2711 if (!root) return error('#mocha div missing, add it to your document');
2729 root.appendChild(stat);
2730 root.appendChild(report);
2735 if (suite.root) return;
2748 if (suite.root) return;
4623 * @param {Suite} suite Root suite
4624 * @param {boolean} [delay] Whether or not to delay execution of root suite
5170 * Run the root suite and invoke `fn(failures)`
5353 this.root = !title;
5646 * This will run the root suite if we happen to be running in delayed mode.
5649 if (this.root) {