Searched refs:testFilePath (Results 1 – 2 of 2) sorted by relevance
| /interface/sdk-js/build-tools/dts_parser/test/testCase/ |
| D | runTest.ts | 37 const testFilePath: string = path.join(testFileDir, testFileName); constant 40 …it('\ntestFile#' + testFilePath + '\noutput:' + outputFilePath + '\nexpect:' + expectFilePath, fun… 47 …onst outputContent: string = Parser.getParseEachSince(Parser.parseFile(testFileDir, testFilePath)); 65 const testFilePath: string = path.join(testFileDir, testFileName); constant 68 …it('\ntestFile#' + testFilePath + '\noutput:' + outputFilePath + '\nexpect:' + expectFilePath, fun… 75 … const outputContent: string = Parser.getParseResults(Parser.parseFile(testFileDir, testFilePath)); 126 const testFilePath: string = path.join(testFileDir, testFileName); constant 129 …it('\ntestFile#' + testFilePath + '\noutput:' + outputFilePath + '\nexpect:' + expectFilePath, fun… 134 Parser.parseFile(testFileDir, testFilePath)
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/test/testCase/ |
| D | runTest.ts | 28 const testFilePath = path.join(testFileDir, testFileName); constant 34 it('testFile#' + testFilePath, async function () { 41 inputParams.push(testFilePath); 80 const testFilePath = path.join(testFileDir, testFileName); constant 83 it('testDir#' + testFilePath, function () { 99 const testFilePath = path.join(testFileDir, testFileName); constant 108 '-i', `${testFilePath}`,
|