C# Class Akka.Interfaced.SlimSocket.ChannelTest

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

Public Methods

Method Description
ChannelTest ( ITestOutputHelper output ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CloseChannel_ChannelClosed ( ChannelType type ) : System.Threading.Tasks.Task
CreatePrimaryClientChannelAsync ( ChannelType type, bool connected = true ) : Task
CreatePrimaryGateway ( ChannelType type, Action initiatorSetup = null ) : GatewayRef
CreateSecondaryClientChannelAsync ( string address, bool connected = true ) : Task
CreateSecondaryGateway ( ChannelType type, Action initiatorSetup = null ) : GatewayRef
GatewayStopListen_StopListeningAndKeepActiveConnections ( ChannelType type ) : System.Threading.Tasks.Task
GatewayStop_AllChannelClosed_ThenStop ( ChannelType type, int clientCount ) : System.Threading.Tasks.Task
SlimClientConnectToSlimServer ( ChannelType type ) : System.Threading.Tasks.Task
SlimClientConnectToSlimServerWithToken ( ChannelType type ) : System.Threading.Tasks.Task
SlimClientConnectToSlimServerWithToken_Timeout ( ChannelType type ) : System.Threading.Tasks.Task
SlimClientFailedToConnectToSlimServer ( ChannelType type ) : System.Threading.Tasks.Task
SlimClientFailedToRequestWithClosedChannel ( ChannelType type ) : System.Threading.Tasks.Task
SlimClientGetExceptionOfPendingRequestAfterChannelClosed ( ChannelType type ) : System.Threading.Tasks.Task
SlimClientGetSecondBoundActor ( ChannelType type ) : System.Threading.Tasks.Task
SlimClientGetsNotificationMessages ( ChannelType type ) : System.Threading.Tasks.Task

Method Details

ChannelTest() public method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void