1 write to _testOutput
Aspire.Playground.Tests (1)
AppHostTests.cs (1)
28_testOutput = testOutput;
4 references to _testOutput
Aspire.Playground.Tests (4)
AppHostTests.cs (4)
40var appHost = await DistributedApplicationTestFactory.CreateAsync(appHostPath, _testOutput); 81_testOutput.WriteLine($"Waiting for resource '{ResourceName}' to reach state '{TargetState}' in app '{Path.GetFileNameWithoutExtension(appHostPath)}'"); 102_testOutput.WriteLine($"Calling endpoint '{client.BaseAddress}{path.TrimStart('/')} for resource '{resource}' in app '{Path.GetFileNameWithoutExtension(appHostPath)}'"); 117await testEndpoints.WhenReady(app, appHostPath, _testOutput);