43 references to WithTestAndResourceLogging
Aspire.Cli.Tests (1)
Hosting\CliOrphanDetectorTests.cs (1)
104using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper);
Aspire.Hosting.Azure.Tests (7)
AzureEventHubsExtensionsTests.cs (2)
67using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 119using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper);
AzureServiceBusExtensionsTests.cs (2)
118using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(output); 778using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(output);
AzureSignalREmulatorFunctionalTest.cs (1)
88using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper);
AzureStorageEmulatorFunctionalTests.cs (2)
116using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 150using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper);
Aspire.Hosting.Docker.Tests (2)
DockerComposePublisherTests.cs (2)
110.WithTestAndResourceLogging(outputHelper); 135.WithTestAndResourceLogging(outputHelper);
Aspire.Hosting.Garnet.Tests (4)
GarnetFunctionalTests.cs (4)
23using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 65using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 113var builder1 = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 186var builder2 = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper);
Aspire.Hosting.NodeJs.Tests (1)
NodeAppFixture.cs (1)
30.WithTestAndResourceLogging(new TestOutputWrapper(diagnosticMessageSink));
Aspire.Hosting.Python.Tests (5)
AddPythonAppTests.cs (5)
97using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(outputHelper); 118using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(outputHelper); 138using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(outputHelper); 174using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(outputHelper); 213using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(outputHelper);
Aspire.Hosting.Tests (23)
HealthCheckTests.cs (1)
82using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper);
OperationModesTests.cs (5)
21using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(outputHelper); 50.WithTestAndResourceLogging(outputHelper); 79.WithTestAndResourceLogging(outputHelper); 108.WithTestAndResourceLogging(outputHelper); 139.WithTestAndResourceLogging(outputHelper);
Utils\TestDistributedApplicationBuilder.cs (1)
63builder.WithTestAndResourceLogging(testOutputHelper);
WaitForTests.cs (16)
20using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 154using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 202using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 232using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 256using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 282using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 313using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 347using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 389using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 432using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 479using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 526using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 588using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 634using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 687using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper); 740using var builder = TestDistributedApplicationBuilder.Create().WithTestAndResourceLogging(testOutputHelper);