aspnetcore/test/Microsoft.AspNet.Identity.Test
tugberkugurlu d7f711bca1 added replace claim functionality. fixes #232
- added ReplaceClaimAsync method to IUserClaimStore interface
 - implemented ReplaceClaimAsync method from IUserClaimStore inside the
   Microsoft.AspNet.Identity.EntityFramework.UserStore<TUser, TRole,
   TContext, TKey>
 - added ReplaceClaimAsync method to UserManager
 - added UserManager tests for ReplaceClaimAsync method.
 - added some UserStore tests for ReplaceClaimAsync implementation of
   IUserClaimStore
2014-11-04 12:02:17 -08:00
..
ApiConsistencyTest.cs Enable and fix Async/Cancellation tests 2014-10-27 12:58:46 -07:00
ClaimsIdentityExtensionsTest.cs
ClaimsIdentityFactoryTest.cs
IdentityBuilderTest.cs
IdentityOptionsTest.cs
IdentityResultTest.cs
Microsoft.AspNet.Identity.Test.kproj
Microsoft.Aspnet.Identity.Test.csproj
NoopRoleStore.cs
NoopUserStore.cs
PasswordHasherTest.cs
PasswordValidatorTest.cs
RoleManagerTest.cs
RoleValidatorTest.cs
SecurityStampValidatorTest.cs
SignInManagerTest.cs Add SignInManager CanSignIn 2014-10-27 15:46:48 -07:00
UserManagerTest.cs added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00
UserValidatorTest.cs
project.json Use DataProtectionTokenProvider from DI 2014-10-27 12:51:45 -07:00