C# 클래스 Akka.Interfaced.SlimSocket.ChannelTest

상속: TestKit.Xunit2.TestKit
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced.SlimSocket

공개 메소드들

메소드 설명
ChannelTest ( ITestOutputHelper output ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ChannelTest() 공개 메소드

public ChannelTest ( ITestOutputHelper output ) : System
output ITestOutputHelper
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void