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

TestInitialize() protected method

Overrides TestClassBase's TestInitialize()
protected TestInitialize ( ) : void
return void
        protected override void TestInitialize()
        {
            this.oxcpermAdapter = Site.GetAdapter<IMS_OXCPERMAdapter>();
            this.user1 = Common.GetConfigurationPropertyValue("User1Name", this.Site);
            this.user2 = Common.GetConfigurationPropertyValue("AdminUserName", this.Site);
            this.needDoCleanup = true;
        }