Show / Hide Table of Contents

Class AbpAuditingOptions_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpAuditingTestModule>
AbpAuditingTestBase
AbpAuditingOptions_Tests
Implements
IDisposable
Inherited Members
AbpIntegratedTest<AbpAuditingTestModule>.CreateServiceCollection()
AbpIntegratedTest<AbpAuditingTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<AbpAuditingTestModule>.AfterAddApplication(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 AbpAuditingOptions_Tests : AbpAuditingTestBase, IDisposable

Constructors

AbpAuditingOptions_Tests()

Declaration
public AbpAuditingOptions_Tests()

Methods

SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)

Declaration
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
Parameters
Type Name Description
AbpApplicationCreationOptions options
Overrides
AbpAuditingTestBase.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)

Should_Set_Application_Name_From_Global_Application_Name_By_Default()

Declaration
public void Should_Set_Application_Name_From_Global_Application_Name_By_Default()

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