Class EventBus_Exception_Test
Inheritance
EventBus_Exception_Test
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
Should_Throw_Single_Exception_If_Only_One_Of_Handlers_Fails()
Declaration
public Task Should_Throw_Single_Exception_If_Only_One_Of_Handlers_Fails()
Returns
Implements
Extension Methods