Exemplo n.º 1
0
        public void TestMethod1()
        {
            ReadFile readFile = new ReadFile();

            Byte[] byteArray = readFile.DownloadFile("https://drive.google.com/file/d/1Cx-pxr1tmBTRkW2PlS8tJYuqQEc0pRsq/view");
            Assert.IsNotNull(byteArray);
        }