Class UnityEventDispatcherServiceTests
Tests for UnityEventDispatcherService (concrete impl).
Inherited Members
Namespace: Serenity.UnityGlobal.Tests.Infrastructure
Assembly: Tests.dll
Syntax
public class UnityEventDispatcherServiceTests
Constructors
UnityEventDispatcherServiceTests()
Declaration
public UnityEventDispatcherServiceTests()
Methods
Dispatch_ByType_ActionThrows_LogsExceptionAndDoesNotPropagate()
Declaration
public void Dispatch_ByType_ActionThrows_LogsExceptionAndDoesNotPropagate()
Dispatch_ByType_InvokesCallback()
Declaration
public void Dispatch_ByType_InvokesCallback()
Dispatch_ByType_NoSubscribers_DoesNotThrow()
Declaration
public void Dispatch_ByType_NoSubscribers_DoesNotThrow()
Dispatch_Generic_ActionThrows_LogsExceptionAndDoesNotPropagate()
Declaration
public void Dispatch_Generic_ActionThrows_LogsExceptionAndDoesNotPropagate()
Dispatch_Generic_ActionThrows_OtherSubscribersStillCalled()
Declaration
public void Dispatch_Generic_ActionThrows_OtherSubscribersStillCalled()
Dispatch_NoSubscribers_DoesNotThrow()
Declaration
public void Dispatch_NoSubscribers_DoesNotThrow()
Subscribe_Dispatch_InvokesCallback()
Declaration
public void Subscribe_Dispatch_InvokesCallback()
Unsubscribe_RemovesCallback()
Declaration
public void Unsubscribe_RemovesCallback()
Unsubscribe_WhenNotSubscribed_DoesNotThrow()
Declaration
public void Unsubscribe_WhenNotSubscribed_DoesNotThrow()