Class EventHandlerInvoker_Tests
Inheritance
EventHandlerInvoker_Tests
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class EventHandlerInvoker_Tests : EventBusTestBase, IDisposable
Constructors
EventHandlerInvoker_Tests()
Declaration
public EventHandlerInvoker_Tests()
Methods
Should_Invoke_DistributedEventHandler_With_EntityCreatedEto()
Declaration
public Task Should_Invoke_DistributedEventHandler_With_EntityCreatedEto()
Returns
Should_Invoke_DistributedEventHandler_With_MyEventData()
Declaration
public Task Should_Invoke_DistributedEventHandler_With_MyEventData()
Returns
Should_Invoke_LocalEventHandler_Created_And_Changed_Once()
Declaration
public Task Should_Invoke_LocalEventHandler_Created_And_Changed_Once()
Returns
Should_Invoke_LocalEventHandler_With_MyEventData()
Declaration
public Task Should_Invoke_LocalEventHandler_With_MyEventData()
Returns
Implements
Extension Methods