3 instantiations of DistributedApplicationTestingBuilderOptions
Aspire.Hosting.Testing.Tests (3)
DashboardTestingBuilderTests.cs (2)
31var options = new DistributedApplicationTestingBuilderOptions(); 253return new()
DashboardUrlTests.cs (1)
370return new()
19 references to DistributedApplicationTestingBuilderOptions
Aspire.Hosting.Testing (14)
DistributedApplicationHostingTestingExtensions.cs (1)
29/// Enable dashboard support with <see cref="DistributedApplicationTestingBuilderOptions.EnableDashboard"/> when creating
DistributedApplicationTestingBuilder.cs (13)
59/// Thrown when <see cref="DistributedApplicationTestingBuilderOptions.EnableDashboard"/> is enabled in publish mode. 67DistributedApplicationTestingBuilderOptions options, 105/// Thrown when <see cref="DistributedApplicationTestingBuilderOptions.EnableDashboard"/> is enabled in publish mode. 114DistributedApplicationTestingBuilderOptions options, 185DistributedApplicationTestingBuilderOptions? testingOptions, 229/// Thrown when <see cref="DistributedApplicationTestingBuilderOptions.EnableDashboard"/> is enabled in publish mode. 236DistributedApplicationTestingBuilderOptions options, 257DistributedApplicationTestingBuilderOptions? testingOptions, 282private static bool IsDashboardTestingEnabled(DistributedApplicationTestingBuilderOptions? testingOptions) 297DistributedApplicationTestingBuilderOptions? testingOptions, 464DistributedApplicationTestingBuilderOptions? testingOptions, 611DistributedApplicationTestingBuilderOptions? testingOptions, 621DistributedApplicationTestingBuilderOptions? testingOptions,
Aspire.Hosting.Testing.Tests (5)
DashboardTestingBuilderTests.cs (4)
31var options = new DistributedApplicationTestingBuilderOptions(); 251private static DistributedApplicationTestingBuilderOptions CreateDashboardOptions() 278var options = CreateDashboardOptions(); 291var options = CreateDashboardOptions();
DashboardUrlTests.cs (1)
368private static DistributedApplicationTestingBuilderOptions CreateDashboardOptions()