1 override of ExecuteAsync
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\DotNetNewCommand.cs (1)
27
public override Task<TestCommandResult>
ExecuteAsync
(ITestOutputHelper outputHelper)
3 references to ExecuteAsync
Microsoft.McpServer.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\DotNetNewCommand.cs (1)
37
return base.
ExecuteAsync
(outputHelper);
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
123
.
ExecuteAsync
(OutputHelper);
138
.
ExecuteAsync
(OutputHelper);