Home
last modified time | relevance | path

Searched refs:testCaseJustName (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/testRunner/
DprojectsRunner.ts122 private testCaseJustName: string; property in project.ProjectTestCase
129 this.testCaseJustName = testCaseFileName.replace(/^.*[\\\/]/, "").replace(/\.json/, "");
156 …Host = new ProjectCompilerHost(this.sys, this.compilerOptions, this.testCaseJustName, this.testCas…
219 …eline(this.getBaselineFolder(this.compilerResult.moduleKind) + this.testCaseJustName + ".json", co…
224 …eline(this.getBaselineFolder(this.compilerResult.moduleKind) + this.testCaseJustName + ".errors.tx…
277 …eline(this.getBaselineFolder(this.compilerResult.moduleKind) + this.testCaseJustName + ".dts.error…
284 return "project/" + this.testCaseJustName + "/" + moduleNameToString(moduleKind) + "/";
389 …new ProjectCompilerHost(_vfs, compilerResult.compilerOptions!, this.testCaseJustName, this.testCas…