Class AbpInterceptionTestBase<TStartupModule>
Inheritance
AbpInterceptionTestBase<TStartupModule>
Implements
IAsyncLifetime
Assembly: Volo.Abp.Core.Tests.dll
Syntax
public abstract class AbpInterceptionTestBase<TStartupModule> : AbpAsyncIntegratedTest<TStartupModule>, IAsyncLifetime where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
AbpInterceptionTestBase()
Declaration
protected AbpInterceptionTestBase()
Methods
BeforeAddApplicationAsync(IServiceCollection)
Declaration
protected override Task BeforeAddApplicationAsync(IServiceCollection services)
Parameters
Returns
Overrides
Should_Cache_Results_Async()
Declaration
public Task Should_Cache_Results_Async()
Returns
Should_Disable_Interceptors()
Declaration
public Task Should_Disable_Interceptors()
Returns
Should_Intercept_Async_Method_With_Return_Value()
Declaration
public Task Should_Intercept_Async_Method_With_Return_Value()
Returns
Should_Intercept_Async_Method_Without_Return_Value()
Declaration
public Task Should_Intercept_Async_Method_Without_Return_Value()
Returns
Implements
Xunit.IAsyncLifetime
Extension Methods