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