Class EventBus_Exception_Test
Inheritance
object
EventBus_Exception_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.Local
Assembly: Volo.Abp.EventBus.Tests.dll
Syntax
public class EventBus_Exception_Test : EventBusTestBase, IDisposable
Constructors
EventBus_Exception_Test()
Declaration
public EventBus_Exception_Test()
Methods
Should_Throw_Aggregate_Exception_If_More_Than_One_Of_Handlers_Fail()
Declaration
public Task Should_Throw_Aggregate_Exception_If_More_Than_One_Of_Handlers_Fail()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Throw_Single_Exception_If_Only_One_Of_Handlers_Fails()
Declaration
public Task Should_Throw_Single_Exception_If_Only_One_Of_Handlers_Fails()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable