C# Class Apache.NMS.ActiveMQ.Test.MockTransportTest

Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
OnCommand ( ITransport transport, Command command ) : void
OnException ( ITransport transport, Exception exception ) : void
OnOutgoingCommand ( ITransport transport, Command command ) : void

Private Methods

Method Description
AsyncRequestFailOnSendMessageTest ( ) : void
AsyncRequestFailOnSendTwoMessagesTest ( ) : void
FailOnReceiveMessageTest ( ) : void
Init ( ) : void
InjectCommandTest ( ) : void
OneWayFailOnSendMessageTest ( ) : void
OneWaySendMessageTest ( ) : void
OnewayFailOnSendTwoMessagesTest ( ) : void
RequestFailOnSendMessageTest ( ) : void
RequestFailOnSendTwoMessagesTest ( ) : void
RequestMessageTest ( ) : void

Method Details

OnCommand() public method

public OnCommand ( ITransport transport, Command command ) : void
transport ITransport
command Command
return void

OnException() public method

public OnException ( ITransport transport, Exception exception ) : void
transport ITransport
exception System.Exception
return void

OnOutgoingCommand() public method

public OnOutgoingCommand ( ITransport transport, Command command ) : void
transport ITransport
command Command
return void