C# Class Apache.NMS.Test.TransactionTest

Inheritance: NMSTestSupport
Datei anzeigen Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
DESTINATION_NAME string

Protected Methods

Method Description
AssertTextMessageEqual ( IMessage expected, IMessage actual, String message ) : void

Assert that two messages are ITextMessages and their text bodies are equal.

Private Methods

Method Description
TestReceiveCommitNonTransaction ( [ ackMode, [ deliveryMode ) : void
TestReceiveRollback ( [ deliveryMode ) : void
TestReceiveRollbackNonTransaction ( [ ackMode, [ deliveryMode ) : void
TestReceiveTwoThenRollback ( [ deliveryMode ) : void
TestRedispatchOfRolledbackTx ( [ deliveryMode ) : void
TestRedispatchOfUncommittedTx ( [ deliveryMode ) : void
TestSendCommitNonTransaction ( [ ackMode, [ deliveryMode ) : void
TestSendRollback ( [ deliveryMode ) : void
TestSendSessionClose ( [ deliveryMode ) : void

Method Details

AssertTextMessageEqual() protected method

Assert that two messages are ITextMessages and their text bodies are equal.
protected AssertTextMessageEqual ( IMessage expected, IMessage actual, String message ) : void
expected IMessage
actual IMessage
message String
return void

Property Details

DESTINATION_NAME protected_oe static_oe property

protected static string DESTINATION_NAME
return string