1 instantiation of TemplateExecutionTestConfiguration
Microsoft.McpServer.ProjectTemplates.Tests (1)
McpServerExecutionTests.cs (1)
31
public static TemplateExecutionTestConfiguration Configuration { get; } =
new
()
3 references to TemplateExecutionTestConfiguration
Microsoft.McpServer.ProjectTemplates.Tests (3)
McpServerExecutionTests.cs (1)
31
public static
TemplateExecutionTestConfiguration
Configuration { get; } = new()
test\ProjectTemplates\Infrastructure\ITemplateExecutionTestConfigurationProvider.cs (1)
8
static abstract
TemplateExecutionTestConfiguration
Configuration { get; }
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
34
protected TemplateExecutionTestClassFixtureBase(
TemplateExecutionTestConfiguration
configuration, IMessageSink messageSink)