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