Lines Matching refs:config
19 import { NestFilter } from './module/config/Filter';
151 const config = coreContext.getDefaultService('config');
152 config.setSupportAsync(true);
153 const timeout = + (config.timeout === undefined ? 5000 : config.timeout);
154 const isStressTest = (coreContext.getServices('dataDriver') !== undefined || config.getStress() > 1);
199 const configService = this.coreContext.getDefaultService('config');
237 const configService = this.coreContext.getDefaultService('config');
406 const configService = this.coreContext.getDefaultService('config');
456 const configService = this.coreContext.getDefaultService('config');
511 const configService = this.coreContext.getDefaultService('config');
606 const configService = coreContext.getDefaultService('config');
622 const configService = coreContext.getDefaultService('config');
675 const configService = coreContext.getDefaultService('config');
843 const configService = this.coreContext.getDefaultService('config');
890 const configService = this.coreContext.getDefaultService('config');
1210 if (this.coreContext.getDefaultService('config').filterValid.length !== 0) {
1211 this.coreContext.getDefaultService('config').filterValid.forEach(function (item) {
1218 if (this.coreContext.getDefaultService('config').filterXdescribe.length !== 0) {
1219 this.coreContext.getDefaultService('config').filterXdescribe.forEach(function (item) {