C# Class Microsoft.Protocols.TestSuites.MS_SHDACCWS.MS_SHDACCWSAdapter

This adapter class of MS-SHDACCWS
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_SHDACCWSAdapter
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

Initialize() public method

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.
return void

IsOnlyClient() public method

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.
return bool