Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DprojectsRunner.ts3 interface ProjectRunnerTestCase { interface
14 interface ProjectRunnerTestCaseResolutionInfo extends ProjectRunnerTestCase {
77 private _testCase: ProjectRunnerTestCase & ts.CompilerOptions;
80 …Options: ts.CompilerOptions, _testCaseJustName: string, testCase: ProjectRunnerTestCase & ts.Compi…
95 private _testCase: ProjectRunnerTestCase & ts.CompilerOptions;
97 constructor(sys: fakes.System, testCase: ProjectRunnerTestCase & ts.CompilerOptions) {
119 testCase: ProjectRunnerTestCase & ts.CompilerOptions;
125 private testCase: ProjectRunnerTestCase & ts.CompilerOptions;
179 let testCase: ProjectRunnerTestCase & ts.CompilerOptions;
190 testCase = JSON.parse(testFileText!) as ProjectRunnerTestCase & ts.CompilerOptions;
[all …]