Show / Hide Table of Contents

Class Autofac_Interception_Test

Inheritance
object
AbpTestBaseWithServiceProvider
AbpAsyncIntegratedTest<AutofacTestModule>
AbpInterceptionTestBase<AutofacTestModule>
Autofac_Interception_Test
Implements
Xunit.IAsyncLifetime
Inherited Members
AbpInterceptionTestBase<AutofacTestModule>.BeforeAddApplicationAsync(IServiceCollection)
AbpInterceptionTestBase<AutofacTestModule>.Should_Intercept_Async_Method_Without_Return_Value()
AbpInterceptionTestBase<AutofacTestModule>.Should_Intercept_Async_Method_With_Return_Value()
AbpInterceptionTestBase<AutofacTestModule>.Should_Cache_Results_Async()
AbpAsyncIntegratedTest<AutofacTestModule>.InitializeAsync()
AbpAsyncIntegratedTest<AutofacTestModule>.DisposeAsync()
AbpAsyncIntegratedTest<AutofacTestModule>.CreateServiceCollectionAsync()
AbpAsyncIntegratedTest<AutofacTestModule>.AfterAddApplicationAsync(IServiceCollection)
AbpAsyncIntegratedTest<AutofacTestModule>.CreateServiceProviderAsync(IServiceCollection)
AbpAsyncIntegratedTest<AutofacTestModule>.InitializeServicesAsync()
AbpAsyncIntegratedTest<AutofacTestModule>.Application
AbpAsyncIntegratedTest<AutofacTestModule>.RootServiceProvider
AbpAsyncIntegratedTest<AutofacTestModule>.TestServiceScope
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Autofac.Interception
Assembly: Volo.Abp.Autofac.Tests.dll
Syntax
public class Autofac_Interception_Test : AbpInterceptionTestBase<AutofacTestModule>, IAsyncLifetime

Constructors

Autofac_Interception_Test()

Declaration
public Autofac_Interception_Test()

Methods

SetAbpApplicationCreationOptionsAsync()

Declaration
protected override Task<Action<AbpApplicationCreationOptions>> SetAbpApplicationCreationOptionsAsync()
Returns
Type Description
System.Threading.Tasks.Task<TResult><System.Action<T><AbpApplicationCreationOptions>>
Overrides
Volo.Abp.Testing.AbpAsyncIntegratedTest<Volo.Abp.Autofac.AutofacTestModule>.SetAbpApplicationCreationOptionsAsync()

Implements

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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft