5 references to AssertUrl
Aspire.Dashboard.Tests (5)
Model\SqliteResourceRepositoryTests.cs (5)
488url => AssertUrl(url, "http", "Online store (http)", "http://frontend-testshop.dev.localhost:5266/", isInternal: false),
489url => AssertUrl(url, "http", "Online store (http)", "http://localhost:5266/", isInternal: true),
490url => AssertUrl(url, "https", "Online store (https)", "https://frontend-testshop.dev.localhost:7269/", isInternal: false),
491url => AssertUrl(url, "https", "Online store (https)", "https://localhost:7269/", isInternal: true),
492url => AssertUrl(url, "https", "Health", "https://localhost:7269/health", isInternal: true));