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)
37
var 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}'");