1 write to _testOutput
Aspire.Playground.Tests (1)
AppHostTests.cs (1)
27_testOutput = testOutput;
3 references to _testOutput
Aspire.Playground.Tests (3)
AppHostTests.cs (3)
37var appHost = await DistributedApplicationTestFactory.CreateAsync(appHostType, _testOutput); 91_testOutput.WriteLine($"Waiting for resource '{wait.ResourceName}' to reach state '{wait.TargetState}' in app '{appHost.AppHostAssembly}'"); 131_testOutput.WriteLine($"Calling endpoint '{client.BaseAddress}{path.TrimStart('/')} for resource '{resource}' in app '{appHost.AppHostAssembly}'");