Searched refs:ProjectRunnerTestCase (Results 1 – 1 of 1) sorted by relevance
3 interface ProjectRunnerTestCase { interface14 interface ProjectRunnerTestCaseResolutionInfo extends ProjectRunnerTestCase {73 private _testCase: ProjectRunnerTestCase & ts.CompilerOptions;76 …Options: ts.CompilerOptions, _testCaseJustName: string, testCase: ProjectRunnerTestCase & ts.Compi…91 private _testCase: ProjectRunnerTestCase & ts.CompilerOptions;93 constructor(sys: fakes.System, testCase: ProjectRunnerTestCase & ts.CompilerOptions) {115 testCase: ProjectRunnerTestCase & ts.CompilerOptions;121 private testCase: ProjectRunnerTestCase & ts.CompilerOptions;175 let testCase: ProjectRunnerTestCase & ts.CompilerOptions;186 testCase = <ProjectRunnerTestCase & ts.CompilerOptions>JSON.parse(testFileText!);[all …]