Searched refs:suitesStack (Results 1 – 1 of 1) sorted by relevance
143 this.suitesStack = [this.rootSuite]; property161 this.suitesStack.push(suite);163 let childSuite = this.suitesStack.pop();164 if (this.suitesStack.length === 0) {166 this.suitesStack.push(childSuite);168 if (this.suitesStack.length > 1) {169 this.currentRunningSuite = this.suitesStack.pop();171 this.currentRunningSuite = this.suitesStack.pop();172 this.suitesStack.push(this.currentRunningSuite);536 suiteService.suitesStack.push(this);[all …]