Microsoft.AspNetCore.Identity.Test Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| IdentityResultAssert |
Helper for tests to validate identity results. |
| IdentitySpecificationTestBase<TUser,TRole> |
Common functionality tests that all verifies user manager functionality regardless of store implementation |
| IdentitySpecificationTestBase<TUser,TRole,TKey> |
Base class for tests that exercise basic identity functionality that all stores should support. |
| TestLogger<TName> |
Test logger. |
| UserManagerSpecificationTestBase<TUser> |
Base class for tests that exercise basic identity functionality that all stores should support. |
| UserManagerSpecificationTestBase<TUser,TKey> |
Base class for tests that exercise basic identity functionality that all stores should support. |
Interfaces
| ITestLogger |
test logger. |