MCPcopy
hub / github.com/dotnet/vscode-csharp / testIntegrationDevkit

Function testIntegrationDevkit

tasks/tests/testTasks.ts:25–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25export async function testIntegrationDevkit(): Promise<void> {
26 for (const projectName of integrationTestProjects) {
27 await runDevKitIntegrationTests(
28 projectName,
29 path.join('lsptoolshost', 'integrationTests'),
30 `DevKit-${projectName}`
31 );
32 }
33}
34
35export async function testIntegrationRazorCohost(): Promise<void> {
36 for (const projectName of razorIntegrationTestProjects) {

Callers 1

testFunction · 0.90

Calls 1

Tested by 1

testFunction · 0.72