Example #1
0
        public void DownloadFileTest()
        {
            CommonMethod.Common.Delay_Millisecond(1000);
            VideoInfo vInfo   = TestDataSource.SKNVideoDatSource.GetSKData1();
            string    strPath = "VHS_ch09_63-00F628C55D02-1812_1565932748.h264";

            PubMethod.DownloadFile(vInfo, strPath);
            CommonMethod.Common.Delay_Millisecond(30000);
            Assert.Fail();
        }