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);
65
await
_testFixture
.Project!.OpenDashboardPageAsync(context),
66
GetExpectedResources(
_testFixture
.Project!, hasRedisCache: HasRedisCache),
68
logPath:
_testFixture
.Project.LogPath);
70
string url =
_testFixture
.Project.InfoTable["apiservice"].Endpoints
73
await CheckApiServiceWorksAsync(url, _testOutput,
_testFixture
.Project.LogPath);