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

상속: Microsoft.Protocols.TestTools.TestClassBase
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

보호된 메소드들

메소드 설명
DeleteListItems ( string listName ) : void

Delete all list items in the special list.

GenerateContent ( string>.Dictionary properties ) : string

Generate the http request body.

GetPropertiesOfEntityType ( XmlNodeList xnl, string entityTypeName ) : List

Get properties from entity type.

InsertListItems ( string listName, int insertNumber ) : void

Insert multiple list items to list.

IsExistEntityType ( XmlNodeList xnl, string entityTypeName ) : bool

Check whether the special entity type exist in the metadata.

비공개 메소드들

메소드 설명
TestCaseInitialize ( ) : void

메소드 상세

DeleteListItems() 보호된 메소드

Delete all list items in the special list.
protected DeleteListItems ( string listName ) : void
listName string The list name.
리턴 void

GenerateContent() 보호된 메소드

Generate the http request body.
protected GenerateContent ( string>.Dictionary properties ) : string
properties string>.Dictionary The dictionary that contains field name and field value.
리턴 string

GetPropertiesOfEntityType() 보호된 메소드

Get properties from entity type.
protected GetPropertiesOfEntityType ( XmlNodeList xnl, string entityTypeName ) : List
xnl System.Xml.XmlNodeList The metadata from server.
entityTypeName string The entity type name.
리턴 List

InsertListItems() 보호된 메소드

Insert multiple list items to list.
protected InsertListItems ( string listName, int insertNumber ) : void
listName string The list name.
insertNumber int The number of inserted list items.
리턴 void

IsExistEntityType() 보호된 메소드

Check whether the special entity type exist in the metadata.
protected IsExistEntityType ( XmlNodeList xnl, string entityTypeName ) : bool
xnl System.Xml.XmlNodeList The metadata from server.
entityTypeName string The entity type name.
리턴 bool