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

Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
OnCommand ( ITransport transport, Command command ) : void
OnException ( ITransport transport, Exception exception ) : void
OnOutgoingCommand ( ITransport transport, Command command ) : void

Private Methods

Méthode 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 méthode

public OnCommand ( ITransport transport, Command command ) : void
transport ITransport
command Command
Résultat void

OnException() public méthode

public OnException ( ITransport transport, Exception exception ) : void
transport ITransport
exception System.Exception
Résultat void

OnOutgoingCommand() public méthode

public OnOutgoingCommand ( ITransport transport, Command command ) : void
transport ITransport
command Command
Résultat void