C# 클래스 Microsoft.Protocols.TestSuites.MS_OXWSTASK.TestSuiteBase

The bass class of scenario class.
상속: Microsoft.Protocols.TestTools.TestClassBase
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

보호된 메소드들

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