Class TenantRepository_Tests<TStartupModule>
Inheritance
TenantRepository_Tests<TStartupModule>
Assembly: Volo.Abp.TenantManagement.TestBase.dll
Syntax
public abstract class TenantRepository_Tests<TStartupModule> : TenantManagementTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
TenantRepository_Tests()
Declaration
protected TenantRepository_Tests()
Properties
TenantNormalizer
Declaration
public ITenantNormalizer TenantNormalizer { get; }
Property Value
TenantRepository
Declaration
public ITenantRepository TenantRepository { get; }
Property Value
Methods
FindAsync()
Declaration
Returns
FindByNameAsync()
Declaration
public Task FindByNameAsync()
Returns
GetListAsync()
Declaration
public Task GetListAsync()
Returns
Should_Eager_Load_Tenant_Collections()
Declaration
public Task Should_Eager_Load_Tenant_Collections()
Returns
Implements
Extension Methods