C# 클래스 Akka.Tests.IO.TcpIntegrationSpec.TestSetup

파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
BindServer ( ) : void
EstablishNewClientConnection ( ) : ConnectionDetail
ExpectReceivedData ( Akka.TestKit.TestProbe handler, int remaining ) : void
Run ( Action action ) : void
TestSetup ( AkkaSpec spec, bool shouldBindServer = true ) : System

메소드 상세

BindServer() 공개 메소드

public BindServer ( ) : void
리턴 void

EstablishNewClientConnection() 공개 메소드

public EstablishNewClientConnection ( ) : ConnectionDetail
리턴 ConnectionDetail

ExpectReceivedData() 공개 메소드

public ExpectReceivedData ( Akka.TestKit.TestProbe handler, int remaining ) : void
handler Akka.TestKit.TestProbe
remaining int
리턴 void

Run() 공개 메소드

public Run ( Action action ) : void
action Action
리턴 void

TestSetup() 공개 메소드

public TestSetup ( AkkaSpec spec, bool shouldBindServer = true ) : System
spec AkkaSpec
shouldBindServer bool
리턴 System