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

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

보호된 메소드들

메소드 설명
AcknowledgeSecurityPolicySettings ( ) : void

Acknowledge the current device policy setting.

CallProvisionCommand ( string policyKey, string policyType, string status ) : ProvisionResponse

Call Provision command.

GetInitialSyncKey ( string collectionId ) : string

Get the initial syncKey of the specified folder.

SwitchUser ( UserInformation userInformation, bool isFolderSyncNeeded ) : void

Change user to call active sync operations and resynchronize the collection hierarchy.

SyncCaseRelativeItems ( string collectionId, string emailSubject, bool isRetryNeeded ) : Collection

Loop to get the recorded emails.

TestCleanup ( ) : void

Clean up the environment.

TestInitialize ( ) : void

Initialize the Test suite.

비공개 메소드들

메소드 설명
CreateSyncRequest ( string syncKey, string collectionId ) : SyncRequest

Build a generic Sync request without command references by using the specified sync key, folder collection ID.

DeleteCreatedItems ( Collection itemsToDelete ) : void

Delete the specified item.

메소드 상세

AcknowledgeSecurityPolicySettings() 보호된 메소드

Acknowledge the current device policy setting.
protected AcknowledgeSecurityPolicySettings ( ) : void
리턴 void

CallProvisionCommand() 보호된 메소드

Call Provision command.
protected CallProvisionCommand ( string policyKey, string policyType, string status ) : ProvisionResponse
policyKey string The policy key.
policyType string The format in which the policy settings are to be provided to the client device.
status string The status of the initial Provision command.
리턴 ProvisionResponse

GetInitialSyncKey() 보호된 메소드

Get the initial syncKey of the specified folder.
protected GetInitialSyncKey ( string collectionId ) : string
collectionId string The collection id of the specified folder.
리턴 string

SwitchUser() 보호된 메소드

Change user to call active sync operations and resynchronize the collection hierarchy.
protected SwitchUser ( UserInformation userInformation, bool isFolderSyncNeeded ) : void
userInformation UserInformation The information of the user.
isFolderSyncNeeded bool A boolean value that indicates whether needs to synchronize the folder hierarchy.
리턴 void

SyncCaseRelativeItems() 보호된 메소드

Loop to get the recorded emails.
protected SyncCaseRelativeItems ( string collectionId, string emailSubject, bool isRetryNeeded ) : Collection
collectionId string The collection id of the specified folder.
emailSubject string The email subject.
isRetryNeeded bool A boolean indicating whether need retry.
리턴 Collection

TestCleanup() 보호된 메소드

Clean up the environment.
protected TestCleanup ( ) : void
리턴 void

TestInitialize() 보호된 메소드

Initialize the Test suite.
protected TestInitialize ( ) : void
리턴 void