C# Class Akka.Tests.IO.TcpIntegrationSpec.TestSetup

Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
BindServer ( ) : void
EstablishNewClientConnection ( ) : ConnectionDetail
ExpectReceivedData ( Akka.TestKit.TestProbe handler, int remaining ) : void
Run ( Action action ) : void
TestSetup ( AkkaSpec spec, bool shouldBindServer = true ) : System

Method Details

BindServer() public method

public BindServer ( ) : void
return void

EstablishNewClientConnection() public method

public EstablishNewClientConnection ( ) : ConnectionDetail
return ConnectionDetail

ExpectReceivedData() public method

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

Run() public method

public Run ( Action action ) : void
action Action
return void

TestSetup() public method

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