aspnetcore/test/Microsoft.AspNetCore.Identi...
Hao Kung 3a208fe41c Fix params name and AddRoles (#1406)
AddRoles should not be adding a store, that's done by the store
implementation, it should only be registering the role services.  Also
fixed the TUser/TRole generic parameters names since they were actually
the store types
2017-09-05 10:46:55 -07:00
..
ApiConsistencyTest.cs
IdentityBuilderTest.cs Fix params name and AddRoles (#1406) 2017-09-05 10:46:55 -07:00
IdentityOptionsTest.cs
IdentityResultTest.cs Upgrade to xunit 2.3.0-beta4 (#1393) 2017-08-23 14:51:39 -07:00
Microsoft.AspNetCore.Identity.Test.csproj Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
NoopRoleStore.cs
NoopUserStore.cs
PasswordHasherTest.cs
PasswordValidatorTest.cs Upgrade to xunit 2.3.0-beta4 (#1393) 2017-08-23 14:51:39 -07:00
PrincipalExtensionsTest.cs
RoleManagerTest.cs
RoleValidatorTest.cs
SecurityStampValidatorTest.cs
SignInManagerTest.cs Upgrade to xunit 2.3.0-beta4 (#1393) 2017-08-23 14:51:39 -07:00
UserClaimsPrincipalFactoryTest.cs Upgrade to xunit 2.3.0-beta4 (#1393) 2017-08-23 14:51:39 -07:00
UserManagerTest.cs
UserValidatorTest.cs