Show / Hide Table of Contents

Class Auditing_DisableLogActionInfo_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpAuditingTestModule>
AbpAuditingTestBase
Auditing_Tests
Auditing_DisableLogActionInfo_Tests
Implements
IDisposable
Inherited Members
Auditing_Tests.AuditingStore
Auditing_Tests.Should_Write_AuditLog_For_Classes_That_Implement_IAuditingEnabled_With_Containing_Scope()
Auditing_Tests.Should_Write_AuditLog_For_Classes_That_Implement_IAuditingEnabled_Without_An_Explicit_Scope()
Auditing_Tests.Should_Not_Write_AuditLog_For_Classes_With_IntegrationService_Attribute()
Auditing_Tests.Should_Write_AuditLog_For_Entity_That_Has_Audited_Attribute()
Auditing_Tests.Should_Not_Write_AuditLog_For_Property_That_Has_DisableAuditing_Attribute()
Auditing_Tests.Should_Not_Write_AuditLog_For_Entity_That_Has_DisableAuditing_Attribute()
Auditing_Tests.Should_Write_AuditLog_For_Entity_That_Meet_Selectors()
Auditing_Tests.Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute()
Auditing_Tests.Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute_Even_Entity_Has_DisableAuditing_Attribute()
Auditing_Tests.Should_Write_AuditLog_For_Entity_That_Property_Has_Audited_Attribute_And_Has_Changed_Even_Entity_Has_DisableAuditing_Attribute()
Auditing_Tests.Should_Write_AuditLog_If_There_No_Action_And_No_EntityChanges()
Auditing_Tests.Should_Write_AuditLog_Ignoring_Base_Auditing_Properties_For_Entity_That_Has_Audited_Attribute()
Auditing_Tests.Should_Write_AuditLog_Including_Custom_Base_Auditing_Properties_For_Entity_That_Has_Audited_Attribute()
Auditing_Tests.Should_Write_AuditLog_Without_ExtraPropertyDictionary()
Auditing_Tests.Should_Write_AuditLog_For_Soft_Deleted_Entity()
Auditing_Tests.Should_Write_AuditLog_For_ValueObject_Entity()
Auditing_Tests.Should_Write_AuditLog_For_Navigation_Changes()
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_DisableLogActionInfo_Tests : Auditing_Tests, IDisposable

Constructors

Auditing_DisableLogActionInfo_Tests()

Declaration
public Auditing_DisableLogActionInfo_Tests()

Methods

AfterAddApplication(IServiceCollection)

Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Overrides
Auditing_Tests.AfterAddApplication(IServiceCollection)

Should_DisableLogActionInfo()

Declaration
public Task Should_DisableLogActionInfo()
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