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