コード例 #1
0
        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();
        }
コード例 #2
0
        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();
        }