C# Class Microsoft.Protocols.TestSuites.MS_ASCON.TestSuiteHelper

A class contains all helper methods used in test cases.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Private Methods

Method Description
GetDataInnerText ( XmlElement lastRawResponse, string parentNodeName, string nodeName, string subject ) : string

Get the inner text of specified element.

GetItemOperationsRequest ( string collectionId, string serverId, Request bodyPartPreference, Request bodyPreference ) : ItemOperationsRequest

Get the request of ItemOperations command.

GetSearchRequest ( string conversationId, Request bodyPartPreference, Request bodyPreference ) : SearchRequest

Get the request of Search command.

GetSyncRequest ( string collectionId, string syncKey, Request bodyPartPreference, Request bodyPreference, bool conversationMode ) : SyncRequest

Get the request of Sync command.

TruncateData ( string originalData, int length ) : string

Truncate data according to the specified length.