public void TestCaseInitialize() { this.wdvmoduuAdapter = this.Site.GetAdapter <IMS_WDVMODUUAdapter>(); Common.CheckCommonProperties(this.Site, false); if (TransportProtocol.HTTPS == Common.GetConfigurationPropertyValue <TransportProtocol>("TransportType", this.Site)) { this.Site.Assume.Inconclusive("The open specification [MS-WDVMODUU] does not support to run under HTTPS transport."); } this.arrayListOfDeleteFile = new ArrayList(); }
public void TestCaseInitialize() { this.wdvmoduuAdapter = this.Site.GetAdapter<IMS_WDVMODUUAdapter>(); Common.CheckCommonProperties(this.Site, false); if (TransportProtocol.HTTPS == Common.GetConfigurationPropertyValue<TransportProtocol>("TransportType", this.Site)) { this.Site.Assume.Inconclusive("The open specification [MS-WDVMODUU] does not support to run under HTTPS transport."); } this.arrayListOfDeleteFile = new ArrayList(); }