C# Class Akka.Interfaced.SlimServer.ActorBoundChannelTest

Inheritance: TestKit.Xunit2.TestKit
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
ActorBoundChannelTest ( ITestOutputHelper output ) : System

Private Methods

Method Description
BindTypeToBoundActor_And_RequestToBoundActor_Response ( ) : System.Threading.Tasks.Task
ChildActorStops_Then_CloseChannel ( ) : System.Threading.Tasks.Task
CloseChannel_SendClosedChannelNotification ( ) : System.Threading.Tasks.Task
CloseChannel_SendInterfacedPoisonPill ( ) : System.Threading.Tasks.Task
CloseChannel_WithChildren_WaitsForAllChildrenStop ( ) : void
Notification_RedirectedViaChannel ( ) : System.Threading.Tasks.Task
OpenChannel_SendOpenChannelNotification ( ) : System.Threading.Tasks.Task
RequestOnUnboundType_Exception ( ) : System.Threading.Tasks.Task
RequestToBoundActorWithTag_Response ( ) : System.Threading.Tasks.Task
RequestToBoundActor_Response ( ) : System.Threading.Tasks.Task
RequestToUnboundActor_Exception ( ) : System.Threading.Tasks.Task
UnbindActor_And_RequestToUnboundActor_Exception ( ) : System.Threading.Tasks.Task
UnbindTypeToBoundActor_And_RequestOnUnboundType_Exception ( ) : System.Threading.Tasks.Task

Method Details

ActorBoundChannelTest() public method

public ActorBoundChannelTest ( ITestOutputHelper output ) : System
output ITestOutputHelper
return System