Class LazyLoading_Tests<TStartupModule>
Inheritance
LazyLoading_Tests<TStartupModule>
Assembly: Volo.Abp.Identity.Pro.TestBase.dll
Syntax
public abstract class LazyLoading_Tests<TStartupModule> : AbpIdentityTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
LazyLoading_Tests()
Declaration
protected LazyLoading_Tests()
Properties
LookupNormalizer
Declaration
protected ILookupNormalizer LookupNormalizer { get; }
Property Value
OrganizationUnitRepository
Declaration
protected IOrganizationUnitRepository OrganizationUnitRepository { get; }
Property Value
RoleRepository
Declaration
protected IIdentityRoleRepository RoleRepository { get; }
Property Value
UserRepository
Declaration
protected IIdentityUserRepository UserRepository { get; }
Property Value
Methods
Should_Lazy_Load_OrganizationUnit_Collections()
Declaration
public Task Should_Lazy_Load_OrganizationUnit_Collections()
Returns
Should_Lazy_Load_Role_Collections()
Declaration
public Task Should_Lazy_Load_Role_Collections()
Returns
Should_Lazy_Load_User_Collections()
Declaration
public Task Should_Lazy_Load_User_Collections()
Returns
Implements
Extension Methods