Пример #1
0
 /// <summary>
 /// Overrides TestClassBase's TestInitialize()
 /// </summary>
 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;
 }
 /// <summary>
 /// Overrides TestClassBase's TestInitialize()
 /// </summary>
 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;
 }