Class ActionBasedEventHandlerTest
Inheritance
object
ActionBasedEventHandlerTest
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.Local
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class ActionBasedEventHandlerTest : EventBusTestBase, IDisposable
Constructors
ActionBasedEventHandlerTest()
Declaration
public ActionBasedEventHandlerTest()
Methods
Should_Call_Action_On_Event_With_Correct_Source()
Declaration
public Task Should_Call_Action_On_Event_With_Correct_Source()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Call_Action_On_Event_With_Correct_Source_Async()
Declaration
public Task Should_Call_Action_On_Event_With_Correct_Source_Async()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Call_Handler_With_Non_Generic_Trigger()
Declaration
public Task Should_Call_Handler_With_Non_Generic_Trigger()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Call_Action_After_Unregister_1()
Declaration
public Task Should_Not_Call_Action_After_Unregister_1()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Call_Action_After_Unregister_2()
Declaration
public Task Should_Not_Call_Action_After_Unregister_2()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable