Class SecurityLogManager_Tests
Inheritance
object
SecurityLogManager_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Security.SecurityLog
Assembly: Volo.Abp.Security.Tests.dll
Syntax
public class SecurityLogManager_Tests : AbpIntegratedTest<AbpSecurityTestModule>, IDisposable
Constructors
SecurityLogManager_Tests()
Declaration
public SecurityLogManager_Tests()
Methods
AfterAddApplication(IServiceCollection)
Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.Security.AbpSecurityTestModule>.AfterAddApplication(Microsoft.Extensions.DependencyInjection.IServiceCollection)
SaveAsync()
Declaration
public Task SaveAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable