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)
40
var 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)}'");
117
await testEndpoints.WhenReady(app, appHostPath,
_testOutput
);