Lines Matching refs:description
149 const suite = new SuiteService.Suite({description: desc}); property
310 this.description = attrs.description || '';
326 return item.description !== desc;
346 if (this.description !== '') {
378 if (this.description !== '') {
386 if (this.description !== '') {
401 console.log("break index is," + i + "description is," + this.description);
415 console.log("childSuites break description," + this.description);
424 if (this.description !== '') {
490 …urrentSuiteName = this.coreContext.getDefaultService('suite').getCurrentRunningSuite().description;
495 const spec = new SpecService.Spec({description: desc, fi: filter, fn: processedFunc}); property
509 … const specItem = new SpecService.Spec({description: desc, fi: filter, fn: processedFunc}); property
531 this.description = attrs.description || '';
553 console.info('testcase ' + this.description + ' result:' + this.result.pass);
755 console.info('[suite start]' + this.suiteService.getCurrentRunningSuite().description);
759 … console.info('start running case \'' + this.specService.currentRunningSpec.description + '\'');
772 this.formatPrint('error', spec.description + ' ; consuming ' + spec.duration + 'ms');
776 this.formatPrint('fail', spec.description + ' ; consuming ' + spec.duration + 'ms');
783 this.formatPrint('pass', spec.description + ' ; consuming ' + spec.duration + 'ms');