Show / Hide Table of Contents

Class LazyLoading_Tests<TStartupModule>

Inheritance
object
AbpIdentityTestBase<TStartupModule>
LazyLoading_Tests<TStartupModule>
LazyLoading_Tests
Inherited Members
AbpIdentityTestBase<TStartupModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.TestBase.dll
Syntax
public abstract class LazyLoading_Tests<TStartupModule> : AbpIdentityTestBase<TStartupModule> where TStartupModule : IAbpModule
Type Parameters
Name Description
TStartupModule

Constructors

LazyLoading_Tests()

Declaration
protected LazyLoading_Tests()

Properties

LookupNormalizer

Declaration
protected ILookupNormalizer LookupNormalizer { get; }
Property Value
Type Description
ILookupNormalizer

RoleRepository

Declaration
protected IIdentityRoleRepository RoleRepository { get; }
Property Value
Type Description
IIdentityRoleRepository

UserRepository

Declaration
protected IIdentityUserRepository UserRepository { get; }
Property Value
Type Description
IIdentityUserRepository

Methods

Should_Lazy_Load_Role_Collections()

Declaration
public Task Should_Lazy_Load_Role_Collections()
Returns
Type Description
Task

Should_Lazy_Load_User_Collections()

Declaration
public Task Should_Lazy_Load_User_Collections()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft