C# Класс Microsoft.Protocols.TestSuites.MS_ASTASK.TestSuiteHelper

A static class contains all helper methods used in test cases.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
CreateItemOperationsFetchRequest ( string collectionId, List serverIds, List longIds, Request bodyPreference, Request schema ) : ItemOperationsRequest

Builds an ItemOperations request to fetch the whole content of the tasks.

CreateSearchRequest ( string storeName, Request option, Request queryType ) : SearchRequest

Builds a Search request on the Mailbox store by using the specified keyword and folder collection ID In general, returns the XML formatted search request as follows:

CreateSyncRequest ( string syncKey, string collectionId, List data ) : SyncRequest

Creates a Sync change request by using the specified sync key, folder collection ID and change application data.

CreateTaskElements ( ) : object>.Dictionary

Create the elements of a task.