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