Class LocalDistributedEventBusTestBase
Inheritance
object
LocalDistributedEventBusTestBase
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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)
Implements
System.IDisposable