C# Class Microsoft.Protocols.TestSuites.MS_ASAIRS.S02_BodyPreference

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

Private Methods

Method Description
ClassCleanUp ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
CreateSyncAddContact ( string fileAs, string data, bool truncated ) : SyncCollectionAdd

Create a SyncCollectionAdd instance for adding a contact.

MSASAIRS_S02_TC01_BodyPreference_AllOrNoneTrue_AllContentReturned ( ) : void
MSASAIRS_S02_TC02_BodyPreference_AllOrNoneTrue_AllContentNotReturned ( ) : void
MSASAIRS_S02_TC03_BodyPreference_AllOrNoneFalse_TruncatedContentReturned ( ) : void
MSASAIRS_S02_TC04_BodyPreference_AllOrNoneFalse_NonTruncatedContentReturned ( ) : void
MSASAIRS_S02_TC05_BodyPreference_NoAllOrNone_TruncatedContentReturned ( ) : void
MSASAIRS_S02_TC06_BodyPreference_NoAllOrNone_NonTruncatedContentReturned ( ) : void
MSASAIRS_S02_TC07_BodyPreference_NotIncludedTruncationSize ( ) : void
MSASAIRS_S02_TC08_MultipleBodyPreference ( ) : void
MSASAIRS_S02_TC09_Body_Preview ( ) : void
MSASAIRS_S02_TC10_IncludedBodyInResponse ( ) : void
MSASAIRS_S02_TC11_TruncatedPresentOrNotInRequest ( ) : void
MSASAIRS_S02_TC12_NativeBodyTypeAndType_RTF ( ) : void
MSASAIRS_S02_TC13_NativeBodyTypeAndType_HTML ( ) : void
MSASAIRS_S02_TC14_ItemOperations_Part ( ) : void
VerifyBodyElements ( Body body, bool allOrNone, bool truncated, bool includedTruncationSize ) : void

Verify elements in Body element.

VerifyBodyPreview ( Microsoft.Protocols.TestSuites.Common.DataStructures email, Microsoft.Protocols.TestSuites.Common.DataStructures allContentEmail, Request bodyPreference ) : void

Verify the Preview element in Body element.

VerifyMultipleBodyPreference ( Microsoft.Protocols.TestSuites.Common.DataStructures email, string body, Request bodyPreferences ) : void

Verify elements in command response when the request includes multiple BodyPreference elements.

VerifySyncItem ( Microsoft.Protocols.TestSuites.Common.DataStructures item ) : void

Verify the item synchronized from server.

VerifyType ( Microsoft.Protocols.TestSuites.Common.DataStructures email, byte typeValue ) : void

Verify the Type element of an item.