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

Function testIntegrationRazorCohost

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

Source from the content-addressed store, hash-verified

33}
34
35export async function testIntegrationRazorCohost(): Promise<void> {
36 for (const projectName of razorIntegrationTestProjects) {
37 await runIntegrationTest(projectName, path.join('razor', 'razorIntegrationTests'), `Razor-${projectName}`);
38 }
39}
40
41export async function testIntegrationUntrusted(): Promise<void> {
42 await runIntegrationTest('empty', path.join('untrustedWorkspace', 'integrationTests'), `[C#][empty]`);

Callers 1

testFunction · 0.90

Calls 1

runIntegrationTestFunction · 0.90

Tested by 1

testFunction · 0.72