Class TenantAppService_Tests
Inheritance
TenantAppService_Tests
Assembly: Volo.Abp.TenantManagement.Application.Tests.dll
Syntax
public class TenantAppService_Tests : AbpTenantManagementApplicationTestBase, IDisposable
Constructors
TenantAppService_Tests()
Declaration
public TenantAppService_Tests()
Methods
Cache_Should_Invalidator_When_Tenant_ConnectionString_Changed()
Declaration
public Task Cache_Should_Invalidator_When_Tenant_ConnectionString_Changed()
Returns
CreateAsync()
Declaration
public Task CreateAsync()
Returns
CreateAsync_Should_Not_Allow_Duplicate_Names()
Declaration
public Task CreateAsync_Should_Not_Allow_Duplicate_Names()
Returns
DeleteAsync()
Declaration
public Task DeleteAsync()
Returns
GetAsync()
Declaration
Returns
GetListAsync()
Declaration
public Task GetListAsync()
Returns
GetListAsync_Filtered()
Declaration
public Task GetListAsync_Filtered()
Returns
GetListAsync_Sorted_Descending_By_Name()
Declaration
public Task GetListAsync_Sorted_Descending_By_Name()
Returns
UpdateAsync()
Declaration
public Task UpdateAsync()
Returns
UpdateAsync_Should_Not_Allow_Duplicate_Names()
Declaration
public Task UpdateAsync_Should_Not_Allow_Duplicate_Names()
Returns
Implements
Extension Methods