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

Inheritance: Microsoft.Protocols.TestTools.TestClassBase
Show file Open project: OfficeDev/Interop-TestSuites

Protected Methods

Method Description
CheckMapiHttpIsSupported ( ) : void

Check the preconditions of this test suite.

TestCleanup ( ) : void

Clean up the test suite.

TestInitialize ( ) : void

Initialize the test suite.

Method Details

CheckMapiHttpIsSupported() protected method

Check the preconditions of this test suite.
protected CheckMapiHttpIsSupported ( ) : void
return void

TestCleanup() protected method

Clean up the test suite.
protected TestCleanup ( ) : void
return void

TestInitialize() protected method

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