1 write to _testFixture
Aspire.Templates.Tests (1)
StarterTemplateRunTestsBase.cs (1)
22
_testFixture
= fixture;
13 references to _testFixture
Aspire.Templates.Tests (13)
StarterTemplateRunTestsBase.cs (13)
31
await
_testFixture
.Project!.OpenDashboardPageAsync(context),
32
GetExpectedResources(
_testFixture
.Project!, hasRedisCache: HasRedisCache),
34
logPath:
_testFixture
.Project.LogPath);
45
await
_testFixture
.Project!.OpenDashboardPageAsync(context),
46
GetExpectedResources(
_testFixture
.Project!, hasRedisCache: HasRedisCache),
48
logPath:
_testFixture
.Project.LogPath);
50
string url =
_testFixture
.Project.InfoTable["webfrontend"].Endpoints
53
await CheckWebFrontendWorksAsync(context, url, _testOutput,
_testFixture
.Project.LogPath, hasRedisCache: HasRedisCache);
64
await
_testFixture
.Project!.OpenDashboardPageAsync(context),
65
GetExpectedResources(
_testFixture
.Project!, hasRedisCache: HasRedisCache),
67
logPath:
_testFixture
.Project.LogPath);
69
string url =
_testFixture
.Project.InfoTable["apiservice"].Endpoints
72
await CheckApiServiceWorksAsync(url, _testOutput,
_testFixture
.Project.LogPath);