Class IdentityUserLookupAppService_Tests
Inheritance
IdentityUserLookupAppService_Tests
Assembly: Volo.Abp.Identity.Pro.Application.Tests.dll
Syntax
public class IdentityUserLookupAppService_Tests : AbpIdentityApplicationTestBase, IDisposable
Constructors
IdentityUserLookupAppService_Tests()
Declaration
public IdentityUserLookupAppService_Tests()
Methods
FindByIdAsync()
Declaration
public Task FindByIdAsync()
Returns
FindById_NotExist_Should_Return_Null()
Declaration
public Task FindById_NotExist_Should_Return_Null()
Returns
FindByUserNameAsync()
Declaration
public Task FindByUserNameAsync()
Returns
FindByUserName_NotExist_Should_Return_Null()
Declaration
public Task FindByUserName_NotExist_Should_Return_Null()
Returns
Search_With_Filter()
Declaration
public Task Search_With_Filter()
Returns
Search_Without_Filter_And_Sorting()
Declaration
public Task Search_Without_Filter_And_Sorting()
Returns
Implements
Extension Methods