Show / Hide Table of Contents

Class ExpiredAuditLogDeleterService_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpAuditLoggingTestBaseModule>
AbpAuditLoggingTestBase<AbpAuditLoggingTestBaseModule>
ExpiredAuditLogDeleterService_Tests
Implements
IDisposable
IAsyncLifetime
Inherited Members
AbpIntegratedTest<AbpAuditLoggingTestBaseModule>.Dispose()
object.GetType()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.Tests.dll
Syntax
public sealed class ExpiredAuditLogDeleterService_Tests : AbpAuditLoggingTestBase<AbpAuditLoggingTestBaseModule>, IDisposable, IAsyncLifetime

Constructors

ExpiredAuditLogDeleterService_Tests()

Declaration
public ExpiredAuditLogDeleterService_Tests()

Methods

DisposeAsync()

Declaration
public Task DisposeAsync()
Returns
Type Description
Task

InitializeAsync()

Declaration
public Task InitializeAsync()
Returns
Type Description
Task

When_Cancellation_Token_Is_Set_It_Should_Stop_Deleting()

Declaration
public Task When_Cancellation_Token_Is_Set_It_Should_Stop_Deleting()
Returns
Type Description
Task

When_Global_Setting_Is_Enabled_It_Should_Delete_Expired_Audit_Logs()

Declaration
public Task When_Global_Setting_Is_Enabled_It_Should_Delete_Expired_Audit_Logs()
Returns
Type Description
Task

When_Some_Tenant_Disables_The_Expired_Deleter_It_Should_Not_Delete_Audit_Logs_For_Them()

Declaration
public Task When_Some_Tenant_Disables_The_Expired_Deleter_It_Should_Not_Delete_Audit_Logs_For_Them()
Returns
Type Description
Task

When_Tenant_Disables_The_Expired_Deleter_It_Should_Not_Delete_Audit_Logs()

Declaration
public Task When_Tenant_Disables_The_Expired_Deleter_It_Should_Not_Delete_Audit_Logs()
Returns
Type Description
Task

When_Tenant_Has_Different_Period_It_Should_Apply_Its_Own_Setting()

Declaration
public Task When_Tenant_Has_Different_Period_It_Should_Apply_Its_Own_Setting()
Returns
Type Description
Task

When_Tenant_Has_Its_Own_Setting_But_Hasnt_Feature_It_Should_Apply_Global_Setting()

Declaration
public Task When_Tenant_Has_Its_Own_Setting_But_Hasnt_Feature_It_Should_Apply_Global_Setting()
Returns
Type Description
Task

Implements

IDisposable
Xunit.IAsyncLifetime

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform