C# Class Apache.NMS.ActiveMQ.Test.Commands.ActiveMQMessageTest

Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
TestClearProperties ( ) : void

Private Methods

Method Description
SetUp ( ) : void
TestBooleanPropertyConversion ( ) : void
TestBytePropertyConversion ( ) : void
TestClearBody ( ) : void
TestConvertProperties ( ) : void
TestCopy ( ) : void
TestDoublePropertyConversion ( ) : void
TestEqualsObject ( ) : void
TestFloatPropertyConversion ( ) : void
TestGetAndSetMSRedelivered ( ) : void
TestGetAndSetNMSCorrelationID ( ) : void
TestGetAndSetNMSDeliveryMode ( ) : void
TestGetAndSetNMSDestination ( ) : void
TestGetAndSetNMSPriority ( ) : void
TestGetAndSetNMSReplyTo ( ) : void
TestGetAndSetNMSType ( ) : void
TestGetAndSetNMSXDeliveryCount ( ) : void
TestGetBooleanProperty ( ) : void
TestGetByteProperty ( ) : void
TestGetDoubleProperty ( ) : void
TestGetFloatProperty ( ) : void
TestGetIntProperty ( ) : void
TestGetLongProperty ( ) : void
TestGetObjectProperty ( ) : void
TestGetPropertyNames ( ) : void
TestGetShortProperty ( ) : void
TestGetStringProperty ( ) : void
TestIntPropertyConversion ( ) : void
TestLongPropertyConversion ( ) : void
TestPropertyExists ( ) : void
TestReadOnlyProperties ( ) : void
TestSetEmptyPropertyName ( ) : void
TestSetNullProperty ( ) : void
TestSetNullPropertyName ( ) : void
TestSetObjectProperty ( ) : void
TestSetReadOnly ( ) : void
TestSetToForeignNMSID ( ) : void
TestShallowCopy ( ) : void
TestShortPropertyConversion ( ) : void
TestStringPropertyConversion ( ) : void

Method Details

TestClearProperties() public method

public TestClearProperties ( ) : void
return void