C# Class Microsoft.Protocols.TestSuites.MS_WSSREST.MS_WSSRESTSUTControlAdapter

The implement of IMS_WSSRESTSUTControlAdapter interface.
Inheritance: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_WSSRESTSUTControlAdapter
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
Initialize ( ITestSite testSite ) : void

Initialize SUT control adapter.

Private Methods

Method Description
CheckFieldType ( string fieldName, string expectFieldType ) : bool
GetDocumentLibraryContentTypeId ( string documentListName ) : string

Method Details

Initialize() public method

Initialize SUT control adapter.
public Initialize ( ITestSite testSite ) : void
testSite ITestSite The test site instance associated with the current adapter.
return void