1 instantiation of TemplateExecutionTestConfiguration
Microsoft.Extensions.AI.Templates.Tests (1)
AIChatWebExecutionTests.cs (1)
32public static TemplateExecutionTestConfiguration Configuration { get; } = new()
4 references to TemplateExecutionTestConfiguration
Microsoft.Extensions.AI.Templates.Tests (4)
AIChatWebExecutionTests.cs (1)
32public static TemplateExecutionTestConfiguration Configuration { get; } = new()
test\ProjectTemplates\Infrastructure\ITemplateExecutionTestConfigurationProvider.cs (1)
8static abstract TemplateExecutionTestConfiguration Configuration { get; }
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
18private readonly TemplateExecutionTestConfiguration _configuration; 31protected TemplateExecutionTestClassFixtureBase(TemplateExecutionTestConfiguration configuration, IMessageSink messageSink)