Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.TestSuiteBase.TestInitialize C# (CSharp) Method

TestInitialize() protected method

Initialize the test suite.
protected TestInitialize ( ) : void
return void
        protected override void TestInitialize()
        {
            base.TestInitialize();
            this.adapter = Site.GetAdapter<IMS_OXCMAPIHTTPAdapter>();
            this.sutControlAdapter = Site.GetAdapter<IMS_OXCMAPIHTTPSUTControlAdapter>();
            this.ropBufferHelper = new RopBufferHelper(this.Site);
            this.adminUserName = Common.GetConfigurationPropertyValue("AdminUserName", this.Site);
            this.adminUserPassword = Common.GetConfigurationPropertyValue("AdminUserPassword", this.Site);
            this.adminUserDN = Common.GetConfigurationPropertyValue("AdminUserEssdn", this.Site);
        }