C# Класс Microsoft.Protocols.TestSuites.MS_OXWSTASK.TestSuiteBase

The bass class of scenario class.
Наследование: Microsoft.Protocols.TestTools.TestClassBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
CopyTasks ( ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[]

Copy tasks on the server according to items' id.

CreateTasks ( ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[]

Creates tasks on the server and extracts the items id from response.

DeleteTasks ( ) : void

Delete tasks on the server according to items' id.

DeleteTasks ( AffectedTaskOccurrencesType affectedTaskOccurrences ) : void

Delete tasks with the condition whether affect task occurrences.

GetTasks ( ) : Microsoft.Protocols.TestSuites.Common.TaskType[]

Get tasks on the server according to items' id.

InitializeCollections ( ) : void

Initialize the collections of ResponseClass and ResponseCode.

MoveTasks ( ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[]

Move tasks on the server according to items' id.

TestInitialize ( ) : void

Initial the Test suite.

UpdateTasks ( ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[]

Update tasks on the server according to items' id.

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

Метод Описание
VerifyResponseMessage ( BaseResponseMessageType baseResponseMessage ) : void

Verify whether the response is a valid response message and extract the ResponseClass and ResponseCode.

Описание методов

CopyTasks() защищенный Метод

Copy tasks on the server according to items' id.
protected CopyTasks ( ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[]
Результат Microsoft.Protocols.TestSuites.Common.ItemIdType[]

CreateTasks() защищенный Метод

Creates tasks on the server and extracts the items id from response.
protected CreateTasks ( ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[]
Результат Microsoft.Protocols.TestSuites.Common.ItemIdType[]

DeleteTasks() защищенный Метод

Delete tasks on the server according to items' id.
protected DeleteTasks ( ) : void
Результат void

DeleteTasks() защищенный Метод

Delete tasks with the condition whether affect task occurrences.
protected DeleteTasks ( AffectedTaskOccurrencesType affectedTaskOccurrences ) : void
affectedTaskOccurrences AffectedTaskOccurrencesType The value indicate whether affect task occurrences.
Результат void

GetTasks() защищенный Метод

Get tasks on the server according to items' id.
protected GetTasks ( ) : Microsoft.Protocols.TestSuites.Common.TaskType[]
Результат Microsoft.Protocols.TestSuites.Common.TaskType[]

InitializeCollections() защищенный Метод

Initialize the collections of ResponseClass and ResponseCode.
protected InitializeCollections ( ) : void
Результат void

MoveTasks() защищенный Метод

Move tasks on the server according to items' id.
protected MoveTasks ( ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[]
Результат Microsoft.Protocols.TestSuites.Common.ItemIdType[]

TestInitialize() защищенный Метод

Initial the Test suite.
protected TestInitialize ( ) : void
Результат void

UpdateTasks() защищенный Метод

Update tasks on the server according to items' id.
protected UpdateTasks ( ) : Microsoft.Protocols.TestSuites.Common.ItemIdType[]
Результат Microsoft.Protocols.TestSuites.Common.ItemIdType[]