Class LazyLoad_Tests<TStartupModule>
Inheritance
LazyLoad_Tests<TStartupModule>
Assembly: Volo.Saas.TestBase.dll
Syntax
public abstract class LazyLoad_Tests<TStartupModule> : SaasTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
LazyLoad_Tests()
Declaration
protected LazyLoad_Tests()
Properties
TenantNormalizer
Declaration
public ITenantNormalizer TenantNormalizer { get; }
Property Value
TenantRepository
Declaration
public ITenantRepository TenantRepository { get; }
Property Value
Methods
Should_Lazy_Load_Tenant_Collections()
Declaration
public Task Should_Lazy_Load_Tenant_Collections()
Returns
Implements
Extension Methods