Lines Matching refs:suite
28 this.suite = null;
126 this.suite = params.suite;
178 if (this.suite !== undefined && this.suite !== '' && this.suite !== null) {
179 let suiteArray = this.suite.split(',');
187 if (this.suite !== undefined && this.suite !== '' && this.suite !== null) {
188 filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite));
222 const targetSuiteArray = this.coreContext.getDefaultService('suite').targetSuiteArray;
223 const targetSpecArray = this.coreContext.getDefaultService('suite').targetSpecArray;
224 const suiteStack = this.coreContext.getDefaultService('suite').suitesStack;
226 const isFullRun = this.coreContext.getDefaultService('suite').fullRun;