Class LocalDistributedEventBus_Test
Inheritance
object
LocalDistributedEventBus_Test
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 class LocalDistributedEventBus_Test : LocalDistributedEventBusTestBase, IDisposable
Constructors
LocalDistributedEventBus_Test()
Declaration
public LocalDistributedEventBus_Test()
Methods
Should_Call_Handler_AndDispose()
Declaration
public Task Should_Call_Handler_AndDispose()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Change_TenantId_If_EventData_Is_MultiTenant()
Declaration
public Task Should_Change_TenantId_If_EventData_Is_MultiTenant()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Change_TenantId_If_Generic_EventData_Is_MultiTenant()
Declaration
public Task Should_Change_TenantId_If_Generic_EventData_Is_MultiTenant()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Get_TenantId_From_EventEto_Extra_Property()
Declaration
public Task Should_Get_TenantId_From_EventEto_Extra_Property()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable