C# Class Cuke4Nuke.Specifications.Core.Listener_Specification

Exibir arquivo Open project: richardlawrence/Cuke4Nuke

Public Methods

Method Description
SendRequest ( string request ) : void
StartClient ( ) : void
StartListener ( ) : void
StopClient ( ) : void
StopListener ( ) : void

Private Methods

Method Description
FixtureSetUp ( ) : void
GetResponse ( ) : string
ProcessRequest ( string request ) : string
SetUp ( ) : void
Should_read_request_from_client_socket ( ) : void
Should_rewait_for_clients_if_client_exits ( ) : void
Should_write_response_to_client_socket ( ) : void
TearDown ( ) : void
_listener_MessageLogged ( object sender, Cuke4Nuke.Core.LogEventArgs e ) : void

Method Details

SendRequest() public method

public SendRequest ( string request ) : void
request string
return void

StartClient() public method

public StartClient ( ) : void
return void

StartListener() public method

public StartListener ( ) : void
return void

StopClient() public method

public StopClient ( ) : void
return void

StopListener() public method

public StopListener ( ) : void
return void