Class AbpAspNetCoreTestBaseModule
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.TestBase
Assembly: Volo.Abp.AspNetCore.TestBase.dll
Syntax
[DependsOn(new Type[] { typeof(AbpHttpClientModule) })]
[DependsOn(new Type[] { typeof(AbpAspNetCoreModule) })]
[DependsOn(new Type[] { typeof(AbpTestBaseModule) })]
[DependsOn(new Type[] { typeof(AbpAutofacModule) })]
public class AbpAspNetCoreTestBaseModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpAspNetCoreTestBaseModule()
Declaration
public AbpAspNetCoreTestBaseModule()