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