C# 클래스 Microsoft.Protocols.TestSuites.MS_WSSREST.MS_WSSRESTSUTControlAdapter

The implement of IMS_WSSRESTSUTControlAdapter interface.
상속: Microsoft.Protocols.TestTools.ManagedAdapterBase, IMS_WSSRESTSUTControlAdapter
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
Initialize ( ITestSite testSite ) : void

Initialize SUT control adapter.

비공개 메소드들

메소드 설명
CheckFieldType ( string fieldName, string expectFieldType ) : bool
GetDocumentLibraryContentTypeId ( string documentListName ) : string

메소드 상세

Initialize() 공개 메소드

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