1 write to _integrationServicesFixture
Aspire.EndToEnd.Tests (1)
IntegrationServicesTests.cs (1)
18
_integrationServicesFixture
= integrationServicesFixture;
6 references to _integrationServicesFixture
Aspire.EndToEnd.Tests (6)
IntegrationServicesTests.cs (6)
30
_integrationServicesFixture
.EnsureAppHasResources(resourceName);
33
var response = await
_integrationServicesFixture
.IntegrationServiceA.HttpGetAsync("http", $"/{resourceName}/verify");
40
await
_integrationServicesFixture
.DumpComponentLogsAsync(resourceName, _testOutput);
52
await
_integrationServicesFixture
.IntegrationServiceA.WaitForHealthyStatusAsync("http", _testOutput);
57
_integrationServicesFixture
.Project.EnsureAppHostRunning();
64
await
_integrationServicesFixture
.Project.DumpDockerInfoAsync();