Searched refs:ProjectTestCase (Results 1 – 1 of 1) sorted by relevance
56 for (const { name, payload } of ProjectTestCase.getConfigurations(testCaseFileName)) {58 let projectTestCase: ProjectTestCase | undefined;60 projectTestCase = new ProjectTestCase(testCaseFileName, payload);124 class ProjectTestCase { class