3 references to Path
Microsoft.AspNetCore.Identity.FunctionalTests (3)
Pages\Account\Login.cs (1)
67
Assert.Equal(Index.
Path
, loggedInLocation.ToString());
Pages\Account\LoginWith2fa.cs (1)
34
Assert.Equal(Index.
Path
, goToIndex.ToString());
Pages\Account\Register.cs (1)
47
Assert.Equal(Index.
Path
, registeredLocation.ToString());