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)
32
await
_testFixture
.Project!.OpenDashboardPageAsync(context),
33
GetExpectedResources(
_testFixture
.Project!, hasRedisCache: HasRedisCache),
35
logPath:
_testFixture
.Project.LogPath);
47
await
_testFixture
.Project!.OpenDashboardPageAsync(context),
48
GetExpectedResources(
_testFixture
.Project!, hasRedisCache: HasRedisCache),
50
logPath:
_testFixture
.Project.LogPath);
52
string url =
_testFixture
.Project.InfoTable["webfrontend"].Endpoints
55
await CheckWebFrontendWorksAsync(context, url, _testOutput,
_testFixture
.Project.LogPath, hasRedisCache: HasRedisCache);
68
await
_testFixture
.Project!.OpenDashboardPageAsync(context),
69
GetExpectedResources(
_testFixture
.Project!, hasRedisCache: HasRedisCache),
71
logPath:
_testFixture
.Project.LogPath);
73
string url =
_testFixture
.Project.InfoTable["apiservice"].Endpoints
76
await CheckApiServiceWorksAsync(url, _testOutput,
_testFixture
.Project.LogPath);