1 write to _integrationServicesFixture
Aspire.EndToEnd.Tests (1)
IntegrationServicesTests.cs (1)
17
_integrationServicesFixture
= integrationServicesFixture;
6 references to _integrationServicesFixture
Aspire.EndToEnd.Tests (6)
IntegrationServicesTests.cs (6)
29
_integrationServicesFixture
.EnsureAppHasResources(resourceName);
32
var response = await
_integrationServicesFixture
.IntegrationServiceA.HttpGetAsync("http", $"/{resourceName}/verify");
39
await
_integrationServicesFixture
.DumpComponentLogsAsync(resourceName, _testOutput);
51
await
_integrationServicesFixture
.IntegrationServiceA.WaitForHealthyStatusAsync("http", _testOutput);
56
_integrationServicesFixture
.Project.EnsureAppHostRunning();
63
await
_integrationServicesFixture
.Project.DumpDockerInfoAsync();