Show / Hide Table of Contents

Class AbpAccountApplicationTestBase

Inheritance
object
AbpAccountApplicationTestBase
AccountEmailer_Tests
AccountAppService_Tests
ProfileAppService_Tests
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Application.Tests.dll
Syntax
public class AbpAccountApplicationTestBase : AbpIntegratedTest<AbpAccountApplicationTestModule>

Constructors

AbpAccountApplicationTestBase()

Declaration
public AbpAccountApplicationTestBase()

Methods

GetUser(string)

Declaration
protected virtual IdentityUser GetUser(string userName)
Parameters
Type Name Description
string userName
Returns
Type Description
IdentityUser

SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)

Declaration
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
Parameters
Type Name Description
AbpApplicationCreationOptions options

UsingDbContext<T>(Func<IIdentityDbContext, T>)

Declaration
protected virtual T UsingDbContext<T>(Func<IIdentityDbContext, T> action)
Parameters
Type Name Description
Func<IIdentityDbContext, T> action
Returns
Type Description
T
Type Parameters
Name Description
T
In this article
Back to top Powered by Volosoft