Show / Hide Table of Contents

Class Auditing_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpAuditingTestModule>
AbpAuditingTestBase
Auditing_Tests
Auditing_DisableLogActionInfo_Tests
Implements
IDisposable
Inherited Members
AbpAuditingTestBase.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
AbpIntegratedTest<AbpAuditingTestModule>.CreateServiceCollection()
AbpIntegratedTest<AbpAuditingTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<AbpAuditingTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<AbpAuditingTestModule>.Dispose()
AbpIntegratedTest<AbpAuditingTestModule>.Application
AbpIntegratedTest<AbpAuditingTestModule>.RootServiceProvider
AbpIntegratedTest<AbpAuditingTestModule>.TestServiceScope
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.GetKeyedServices<T>(object)
AbpTestBaseWithServiceProvider.GetRequiredKeyedService<T>(object)
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
public class Auditing_Tests : AbpAuditingTestBase, IDisposable

Constructors

Auditing_Tests()

Declaration
public Auditing_Tests()

Fields

AuditingStore

Declaration
protected IAuditingStore AuditingStore
Field Value
Type Description
IAuditingStore

Methods

AfterAddApplication(IServiceCollection)

Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Overrides
AbpIntegratedTest<AbpAuditingTestModule>.AfterAddApplication(IServiceCollection)

Should_Not_Write_AuditLog_For_Classes_With_IntegrationService_Attribute()

Declaration
public Task Should_Not_Write_AuditLog_For_Classes_With_IntegrationService_Attribute()
Returns
Type Description
Task

Should_Not_Write_AuditLog_For_Entity_That_Has_DisableAuditing_Attribute()

Declaration
public virtual Task Should_Not_Write_AuditLog_For_Entity_That_Has_DisableAuditing_Attribute()
Returns
Type Description
Task

Should_Not_Write_AuditLog_For_Property_That_Has_DisableAuditing_Attribute()

Declaration
public virtual Task Should_Not_Write_AuditLog_For_Property_That_Has_DisableAuditing_Attribute()
Returns
Type Description
Task

Should_Write_AuditLog_For_Classes_That_Implement_IAuditingEnabled_With_Containing_Scope()

Declaration
public Task Should_Write_AuditLog_For_Classes_That_Implement_IAuditingEnabled_With_Containing_Scope()
Returns
Type Description
Task

Should_Write_AuditLog_For_Classes_That_Implement_IAuditingEnabled_Without_An_Explicit_Scope()

Declaration
public Task Should_Write_AuditLog_For_Classes_That_Implement_IAuditingEnabled_Without_An_Explicit_Scope()
Returns
Type Description
Task

Should_Write_AuditLog_For_Entity_That_Has_Audited_Attribute()

Declaration
public virtual Task Should_Write_AuditLog_For_Entity_That_Has_Audited_Attribute()
Returns
Type Description
Task

Should_Write_AuditLog_For_Entity_That_Meet_Selectors()

Declaration
public virtual Task Should_Write_AuditLog_For_Entity_That_Meet_Selectors()
Returns
Type Description
Task

Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute()

Declaration
public virtual Task Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute()
Returns
Type Description
Task

Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute_And_Has_Changed_Even_Entity_Has_DisableAuditing_Attribute()

Declaration
public virtual Task Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute_And_Has_Changed_Even_Entity_Has_DisableAuditing_Attribute()
Returns
Type Description
Task

Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute_Even_Entity_Has_DisableAuditing_Attribute()

Declaration
public virtual Task Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute_Even_Entity_Has_DisableAuditing_Attribute()
Returns
Type Description
Task

Should_Write_AuditLog_For_Navigation_Changes()

Declaration
public virtual Task Should_Write_AuditLog_For_Navigation_Changes()
Returns
Type Description
Task

Should_Write_AuditLog_For_Soft_Deleted_Entity()

Declaration
public virtual Task Should_Write_AuditLog_For_Soft_Deleted_Entity()
Returns
Type Description
Task

Should_Write_AuditLog_For_ValueObject_Entity()

Declaration
public virtual Task Should_Write_AuditLog_For_ValueObject_Entity()
Returns
Type Description
Task

Should_Write_AuditLog_If_There_No_Action_And_No_EntityChanges()

Declaration
public virtual Task Should_Write_AuditLog_If_There_No_Action_And_No_EntityChanges()
Returns
Type Description
Task

Should_Write_AuditLog_Ignoring_Base_Auditing_Properties_For_Entity_That_Has_Audited_Attribute()

Declaration
public virtual Task Should_Write_AuditLog_Ignoring_Base_Auditing_Properties_For_Entity_That_Has_Audited_Attribute()
Returns
Type Description
Task

Should_Write_AuditLog_Including_Custom_Base_Auditing_Properties_For_Entity_That_Has_Audited_Attribute()

Declaration
public virtual Task Should_Write_AuditLog_Including_Custom_Base_Auditing_Properties_For_Entity_That_Has_Audited_Attribute()
Returns
Type Description
Task

Should_Write_AuditLog_Without_ExtraPropertyDictionary()

Declaration
public virtual Task Should_Write_AuditLog_Without_ExtraPropertyDictionary()
Returns
Type Description
Task

Implements

IDisposable

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