Ejemplo n.º 1
0
 /// <summary>
 ///  Initialize the test suite.
 /// </summary>
 protected override void TestInitialize()
 {
     base.TestInitialize();
     this.ProtocolAdatper   = Site.GetAdapter <IMS_OXNSPIAdapter>();
     this.SutControlAdapter = this.Site.GetAdapter <IMS_OXNSPISUTControlAdapter>();
     this.IsRequireToDeleteAddressBookMember         = false;
     this.IsRequireToDeleteAddressBookPublicDelegate = false;
     this.IsEphemeralEntryID = false;
     this.Transport          = Common.GetConfigurationPropertyValue("TransportSeq", this.Site).ToLower(System.Globalization.CultureInfo.CurrentCulture);
     this.MidToBeModified    = 0;
     this.EntryIdToBeDeleted = new BinaryArray_r
     {
         CValues = 1,
         Lpbin   = new Binary_r[1]
     };
 }
 /// <summary>
 ///  Initialize the test suite.
 /// </summary>
 protected override void TestInitialize()
 {
     base.TestInitialize();
     this.ProtocolAdatper = Site.GetAdapter<IMS_OXNSPIAdapter>();
     this.SutControlAdapter = this.Site.GetAdapter<IMS_OXNSPISUTControlAdapter>();
     this.IsRequireToDeleteAddressBookMember = false;
     this.IsRequireToDeleteAddressBookPublicDelegate = false;
     this.IsEphemeralEntryID = false;
     this.Transport = Common.GetConfigurationPropertyValue("TransportSeq", this.Site).ToLower(System.Globalization.CultureInfo.CurrentCulture);
     this.MidToBeModified = 0;
     this.EntryIdToBeDeleted = new BinaryArray_r
     {
         CValues = 1,
         Lpbin = new Binary_r[1]
     };
 }