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