Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DcompilerRunner.ts167 …constructor(fileName: string, testCaseContent?: TestCaseParser.TestCaseContent, configurationOverr…
/third_party/typescript/src/harness/
DharnessIO.ts1178 export interface TestCaseContent { interface
1187 …g, fileName: string, rootDir?: string, settings = extractCompilerSettings(code)): TestCaseContent {