C# Класс Microsoft.Protocols.TestSuites.MS_SHDACCWS.MS_SHDACCWSAdapter

This adapter class of MS-SHDACCWS
Наследование: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_SHDACCWSAdapter
Показать файл Открыть проект

Открытые методы

Метод Описание
Initialize ( ITestSite testSite ) : void

Overrides IAdapter's Initialize method, to set default protocol short name of the testSite.

IsOnlyClient ( Guid id ) : bool

Specifies whether a co-authoring transition request was made for a document.

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

Метод Описание
GetTargetServiceUrl ( ) : string

A method used to get target service fully qualified URL, it indicates which site the test suite will run on.

SetSoapVersion ( ) : void

Set the SOAP version according to the SoapVersion property.

VerifySchemaOfIsOnlyClientOperation ( ) : void

The method is used to capture requirements about schema of IsOnlyClient Operation

VerifyTransportProtocol ( ) : void

The method is used to capture HTTP/HTTPS SOAP requirements.

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

Initialize() публичный Метод

Overrides IAdapter's Initialize method, to set default protocol short name of the testSite.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite A parameter represents a ITestSite instance which is used to get/operate current test suite context.
Результат void

IsOnlyClient() публичный Метод

Specifies whether a co-authoring transition request was made for a document.
public IsOnlyClient ( Guid id ) : bool
id Guid The identifier(Guid) of the document in the server.
Результат bool