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

Function testIntegrationCSharp

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

Source from the content-addressed store, hash-verified

17}
18
19export async function testIntegrationCSharp(): Promise<void> {
20 for (const projectName of integrationTestProjects) {
21 await runIntegrationTest(projectName, path.join('lsptoolshost', 'integrationTests'), `CSharp-${projectName}`);
22 }
23}
24
25export async function testIntegrationDevkit(): Promise<void> {
26 for (const projectName of integrationTestProjects) {

Callers 1

testFunction · 0.90

Calls 1

runIntegrationTestFunction · 0.90

Tested by 1

testFunction · 0.72