C# 클래스 Microsoft.Protocols.TestSuites.MS_ASCON.TestSuiteHelper

A class contains all helper methods used in test cases.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

비공개 메소드들

메소드 설명
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.