Class AbpAsyncIntegratedTest<TStartupModule>
Inheritance
AbpAsyncIntegratedTest<TStartupModule>
Assembly: Volo.Abp.TestBase.dll
Syntax
public class AbpAsyncIntegratedTest<TStartupModule> : AbpTestBaseWithServiceProvider where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
AbpAsyncIntegratedTest()
Declaration
public AbpAsyncIntegratedTest()
Properties
Application
Declaration
protected IAbpApplication Application { get; set; }
Property Value
RootServiceProvider
Declaration
protected IServiceProvider RootServiceProvider { get; set; }
Property Value
TestServiceScope
Declaration
protected IServiceScope TestServiceScope { get; set; }
Property Value
Methods
AfterAddApplicationAsync(IServiceCollection)
Declaration
protected virtual Task AfterAddApplicationAsync(IServiceCollection services)
Parameters
Returns
BeforeAddApplicationAsync(IServiceCollection)
Declaration
protected virtual Task BeforeAddApplicationAsync(IServiceCollection services)
Parameters
Returns
CreateServiceCollectionAsync()
Declaration
protected virtual Task<IServiceCollection> CreateServiceCollectionAsync()
Returns
CreateServiceProviderAsync(IServiceCollection)
Declaration
protected virtual Task<IServiceProvider> CreateServiceProviderAsync(IServiceCollection services)
Parameters
Returns
DisposeAsync()
Declaration
public virtual Task DisposeAsync()
Returns
InitializeAsync()
Declaration
public virtual Task InitializeAsync()
Returns
InitializeServicesAsync()
Declaration
protected virtual Task InitializeServicesAsync()
Returns
SetAbpApplicationCreationOptionsAsync()
Declaration
protected virtual Task<Action<AbpApplicationCreationOptions>> SetAbpApplicationCreationOptionsAsync()
Returns
Extension Methods