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

Function test

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

Source from the content-addressed store, hash-verified

17
18// Overall test command that runs everything except O# tests.
19export async function test(): Promise<void> {
20 await testArtifacts();
21 await testUnit();
22 await testIntegrationCSharp();
23 await testIntegrationDevkit();
24 await testIntegrationRazorCohost();
25 await testIntegrationUntrusted();
26}

Calls 6

testArtifactsFunction · 0.90
testUnitFunction · 0.90
testIntegrationCSharpFunction · 0.90
testIntegrationDevkitFunction · 0.90
testIntegrationUntrustedFunction · 0.90

Tested by

no test coverage detected