3 writes to DisplayName
Aspire.Dashboard.Components.Tests (2)
Pages\ResourcesTests.cs (1)
198DisplayName = name,
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
29DisplayName = displayName ?? appName ?? "Display name!",
Aspire.Dashboard.Tests (1)
tests\Shared\DashboardModel\ModelTestHelpers.cs (1)
29DisplayName = displayName ?? appName ?? "Display name!",
3 references to DisplayName
Aspire.Dashboard.Tests (3)
Integration\Playwright\BrowserTokenAuthenticationTests.cs (2)
51.Expect(page.GetByText(MockDashboardClient.TestResource1.DisplayName)) 96.Expect(page.GetByText(MockDashboardClient.TestResource1.DisplayName))
Integration\Playwright\Infrastructure\PlaywrightFixture.cs (1)
32.Expect(page.GetByText(MockDashboardClient.TestResource1.DisplayName))