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

Inheritance: Microsoft.Protocols.TestTools.TestClassBase
ファイルを表示 Open project: OfficeDev/Interop-TestSuites

Protected Methods

Method Description
CheckMAPIHTTPTransportSupported ( ) : void

Disable the test case if MAPIHTTP transport is selected but not supported by current test environment.

CheckProductSupported ( ) : void

Disable the test case if the protocol doesn't support current product version.

TestCleanup ( ) : void

Clean up the environment.

TestInitialize ( ) : void

Initialize the test suite.

Method Details

CheckMAPIHTTPTransportSupported() protected method

Disable the test case if MAPIHTTP transport is selected but not supported by current test environment.
protected CheckMAPIHTTPTransportSupported ( ) : void
return void

CheckProductSupported() protected method

Disable the test case if the protocol doesn't support current product version.
protected CheckProductSupported ( ) : void
return void

TestCleanup() protected method

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

TestInitialize() protected method

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