4 references to Url
Templates.Blazor.WebAssembly.Auth.Tests (4)
src\ProjectTemplates\Shared\AspNetProcess.cs (4)
116
await AssertOk(page.
Url
);
138
new Uri(ListeningUri, page.
Url
));
162
Assert.True(html.Links.Length == page.Links.Count(), $"Expected {page.
Url
} to have {page.Links.Count()} links but it had {html.Links.Length}");
168
Assert.True(anchor.PathName.EndsWith(expectedLink, StringComparison.Ordinal), $"Expected next link on {page.
Url
} to be {expectedLink} but it was {anchor.PathName}: {html.Source.Text}");