Class LocalDistributedEventBusTestBase
Inheritance
LocalDistributedEventBusTestBase
Implements
Inherited Members
Namespace: Volo.Abp.EventBus.Distributed
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public abstract class LocalDistributedEventBusTestBase : AbpIntegratedTest<EventBusTestModule>, IDisposable
Constructors
LocalDistributedEventBusTestBase()
Declaration
protected LocalDistributedEventBusTestBase()
Fields
DistributedEventBus
Declaration
protected IDistributedEventBus DistributedEventBus
Field Value
Type | Description |
---|---|
IDistributedEventBus |
Methods
SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
Declaration
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
Parameters
Type | Name | Description |
---|---|---|
AbpApplicationCreationOptions | options |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.EventBus.EventBusTestModule>.SetAbpApplicationCreationOptions(Volo.Abp.AbpApplicationCreationOptions)