Class AutoFac_OnActivated_Tests
Inheritance
AutoFac_OnActivated_Tests
Implements
IAsyncLifetime
Inherited Members
Namespace: Volo.Abp.Autofac
Assembly: Volo.Abp.Autofac.Tests.dll
Syntax
public class AutoFac_OnActivated_Tests : Autofac_Interception_Test, IAsyncLifetime
Constructors
AutoFac_OnActivated_Tests()
Declaration
public AutoFac_OnActivated_Tests()
Methods
AfterAddApplicationAsync(IServiceCollection)
Declaration
protected override Task AfterAddApplicationAsync(IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | services |
Returns
Type | Description |
---|---|
Task |
Overrides
Should_Call_OnActivated()
Declaration
public void Should_Call_OnActivated()
Implements
Xunit.IAsyncLifetime