4 references to Links
Templates.Blazor.WebAssembly.Auth.Tests (4)
src\ProjectTemplates\Shared\AspNetProcess.cs (4)
117
if (page.
Links
?.Count() > 0)
162
Assert.True(html.Links.Length == page.
Links
.Count(), $"Expected {page.Url} to have {page.
Links
.Count()} links but it had {html.Links.Length}");
163
foreach ((var link, var expectedLink) in html.Links.Zip(page.
Links
, Tuple.Create))