1 write to _testOutput
Aspire.EndToEnd.Tests (1)
IntegrationServicesTests.cs (1)
18
_testOutput
= new TestOutputWrapper(testOutput);
2 references to _testOutput
Aspire.EndToEnd.Tests (2)
IntegrationServicesTests.cs (2)
39
await _integrationServicesFixture.DumpComponentLogsAsync(resourceName,
_testOutput
);
51
await _integrationServicesFixture.IntegrationServiceA.WaitForHealthyStatusAsync("http",
_testOutput
);