Class EventBusTestBase
Inheritance
EventBusTestBase
Implements
Inherited Members
Namespace: Volo.Abp.EventBus.Local
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public abstract class EventBusTestBase : AbpIntegratedTest<EventBusTestModule>, IDisposable
Constructors
EventBusTestBase()
Declaration
protected EventBusTestBase()
Fields
LocalEventBus
Declaration
protected ILocalEventBus LocalEventBus
Field Value
Type | Description |
---|---|
ILocalEventBus |
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)