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

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

Méthodes publiques

Méthode Description
Initialize ( ITestSite testSite ) : void

Initialize SUT control adapter.

Private Methods

Méthode Description
CheckFieldType ( string fieldName, string expectFieldType ) : bool
GetDocumentLibraryContentTypeId ( string documentListName ) : string

Method Details

Initialize() public méthode

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