Lines Matching refs:push
67 this.filterValid.push('size:' + size);
74 this.filterValid.push('level:' + level);
82 this.filterValid.push('testType:' + testType);
91 this.filterValid.push('timeout:' + timeout);
98 this.filterValid.push(`${key}:${params[key]}`);
105 this.filterValid.push('stress:' + params.stress);
114 classArray.forEach(item => !item.match(nameRule) ? this.filterValid.push(`${key}:${params[key]}`) : null);
188 filterArray.push(new SuiteAndItNameFilter(currentSuiteName, '', this.suite));
191 filterArray.push(new ClassFilter(currentSuiteName, '', this.class));
194 filterArray.push(new NotClassFilter(currentSuiteName, '', this.notClass));
204 filterArray.push(new SuiteAndItNameFilter(currentSuiteName, desc, this.itName));
207 filterArray.push(new ClassFilter(currentSuiteName, desc, this.class));
210 filterArray.push(new NotClassFilter(currentSuiteName, desc, this.notClass));
213 filterArray.push(new TestTypesFilter('', '', fi, this.filter));
228 filterArray.push(new TestTypesFilter('', '', filter, this.filter));