Searched refs:expectedFileName (Results 1 – 2 of 2) sorted by relevance
74 function test_second_argument(arg2, expectedFileName, testName) { argument78 assert_equals(file.name, expectedFileName);
791 …const expectedFileName = marker?.fileName || typeof endMarkerOrFileResult !== "string" && endMarke… constant792 ts.Debug.assert(typeof expectedFileName === "string");794 …if (ts.comparePaths(expectedFileName, definition.fileName, /*ignoreCase*/ true) !== ts.Comparison.…795 …const markers = [{ text: "EXPECTED", fileName: expectedFileName, position: expectedPosition }, { t…797 …${testName} failed for definition ${markerName || expectedFileName} (${i}): expected ${expectedFil…802 …`${testName} failed for definition ${markerName || expectedFileName} (${i}): The actual definition…803 …? "startMarker" : `"${startMarker}"`}, { ${isFileResult ? `file: "${expectedFileName}"` : `marker:…