Lines Matching defs:const
32 const aClassName = Object.prototype.toString.call(actualValue);
33 const bClassName = Object.prototype.toString.call(args[0]);
45 const result = {
151 const config = coreContext.getDefaultService('config');
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');
215 const suite = new SuiteService.Suite({ description: desc });
237 const configService = this.coreContext.getDefaultService('config');
323 const targetArray = configServiceClass.split(',');
341 for (const itItem of suite.specs) {
371 for (const suiteItem of suite.childSuites) {
383 const specService = coreContext.getDefaultService('spec');
384 for (const specItem of suite.specs) {
396 for (const suiteItem of suite.childSuites) {
405 const specService = this.coreContext.getDefaultService('spec');
406 const configService = this.coreContext.getDefaultService('config');
412 for (const suiteItem of rootSuite.childSuites) {
429 for (const itItem of suite['specs']) {
438 for (const suiteItem of suite.childSuites) {
456 const configService = this.coreContext.getDefaultService('config');
511 const configService = this.coreContext.getDefaultService('config');
544 const _this = this;
606 const configService = coreContext.getDefaultService('config');
607 const suiteService = coreContext.getDefaultService('suite');
608 const specService = coreContext.getDefaultService('spec');
615 const suiteService = coreContext.getDefaultService('suite');
622 const configService = coreContext.getDefaultService('config');
655 for (const [itNames, hookFunc] of beforeItSpecified) {
665 for (const [itNames, hookFunc] of beforeItSpecified) {
675 const configService = coreContext.getDefaultService('config');
681 const specService = coreContext.getDefaultService('spec');
726 const suiteService = coreContext.getDefaultService('suite');
727 const specService = coreContext.getDefaultService('spec');
785 for (const hookItem of this[hookName]) {
842 const suiteService = this.coreContext.getDefaultService('suite');
843 const configService = this.coreContext.getDefaultService('config');
855 const spec = new SpecService.Spec({ description: desc, fi: filter, fn: processedFunc });
890 const configService = this.coreContext.getDefaultService('config');
891 const suiteService = this.coreContext.getDefaultService('suite');
917 const _this = this;
954 const specService = coreContext.getDefaultService('spec');
984 const dataDriver = coreContext.getServices('dataDriver');
988 const suiteParams = dataDriver.dataDriver.getSuiteParams();
989 const specParams = dataDriver.dataDriver.getSpecParams();
997 for (const paramItem of specParams) {
1007 const specService = coreContext.getDefaultService('spec');
1030 for (const matcherName in matchers) {
1039 for (const matcherName in this.matchers) {
1085 const assertError = new AssertException(result.message);
1095 const result = _this.customMatchers.includes(matcherName)
1104 const assertError = new AssertException(result.message);
1112 const _this = this;
1113 const specService = _this.coreContext.getDefaultService('spec');
1114 const currentRunningSpec = specService.getCurrentRunningSpec();
1115 const currentRunningSuite = _this.coreContext.getDefaultService('suite').getCurrentRunningSuite();
1124 const _this = this;
1125 const specService = _this.coreContext.getDefaultService('spec');
1126 const currentRunningSpec = specService.getCurrentRunningSpec();
1127 const wrappedMatchers = this.initWrapMatchers(currentRunningSpec);
1128 const currentRunningSuite = _this.coreContext.getDefaultService('suite').getCurrentRunningSuite();
1129 for (const matcherName in this.matchers) {
1140 const _this = this;