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