C# Class Microsoft.Protocols.TestSuites.MS_OXCMSG.S07_RopRecipient

Inheritance: TestSuiteBase
Show file Open project: OfficeDev/Interop-TestSuites

Protected Methods

Method Description
ChangeRecipientRowSize ( string name, uint rowId, RecipientType recipientType, ushort recipientRowSize ) : ModifyRecipientRow

Create Recipient Array

Private Methods

Method Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
CreateRecipientColumnsAndRecipientRows ( PropertyTag &recipientColumns, ModifyRecipientRow &recipientRows ) : void

Create Recipient Array

GetModifiedProperties ( ) : Microsoft.Protocols.TestSuites.Common.PropertyTag[]

Create properties array of get all properties after modifying all recipients.

MSOXCMSG_S07_TC01_RopModifyRemoveRecipientSuccessfully ( ) : void
MSOXCMSG_S07_TC02_RecipientRowSize ( ) : void
MSOXCMSG_S07_TC03_ErrorCodesOfReadModifyRemoveAllRecipients ( ) : void
MSOXCMSG_S07_TC04_Transaction ( ) : void
TestMSOXCDATARequirements ( ReadRecipientRow recipientRows ) : void

This method is used to verify requirements gathered from MS-OXCDATA.

Method Details

ChangeRecipientRowSize() protected method

Create Recipient Array
protected ChangeRecipientRowSize ( string name, uint rowId, RecipientType recipientType, ushort recipientRowSize ) : ModifyRecipientRow
name string Recipient name value
rowId uint RowId value
recipientType RecipientType RecipientType value
recipientRowSize ushort RecipientRowSize value
return ModifyRecipientRow