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

TestInitialize() protected method

Test initialize.
protected TestInitialize ( ) : void
return void
        protected override void TestInitialize()
        {
            // Put here code that shall be run before every test case execution.
            // Get the singleton instance of the Adapter
            this.cropsAdapter = Site.GetAdapter<IMS_OXCROPSAdapter>();
            this.userDN = Common.GetConfigurationPropertyValue("UserEssdn", this.Site) + "\0";
            this.needDoCleanup = true;
        }