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