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