C# Class Microsoft.Protocols.TestSuites.MS_ASDOC.TestSuiteBase

The base class of scenario class.
Inheritance: Microsoft.Protocols.TestTools.TestClassBase
Show file Open project: OfficeDev/Interop-TestSuites

Protected Methods

Method Description
SearchCommand ( string linkId ) : SearchResponse

Get document class value of a specific folder or document.

TestCleanup ( ) : void

Clean up the environment.

TestInitialize ( ) : void

Initialize the Test suite.

Method Details

SearchCommand() protected method

Get document class value of a specific folder or document.
protected SearchCommand ( string linkId ) : SearchResponse
linkId string UNC path of shared folder or document in server.
return SearchResponse

TestCleanup() protected method

Clean up the environment.
protected TestCleanup ( ) : void
return void

TestInitialize() protected method

Initialize the Test suite.
protected TestInitialize ( ) : void
return void