Пример #1
0
 public void AsynchronousUploadFilesTest()
 {
     PIS.Ground.Core.Data.UploadFileDistributionRequest objUploadFileDistributionRequest         = null; // TODO: Initialize to an appropriate value
     PIS.Ground.Core.Data.UploadFileDistributionRequest objUploadFileDistributionRequestExpected = null; // TODO: Initialize to an appropriate value
     PIS.Ground.Core.Utility.FtpUpLoader.AsynchronousUploadFiles(ref objUploadFileDistributionRequest);
     Assert.AreEqual(objUploadFileDistributionRequestExpected, objUploadFileDistributionRequest);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #2
0
        public void UploadTest()
        {
            PIS.Ground.Core.Data.UploadFileDistributionRequest objUploadFileDistributionRequest         = null; // TODO: Initialize to an appropriate value
            PIS.Ground.Core.Data.UploadFileDistributionRequest objUploadFileDistributionRequestExpected = null; // TODO: Initialize to an appropriate value
            string expected = string.Empty;                                                                     // TODO: Initialize to an appropriate value
            string actual;

            actual = PIS.Ground.Core.Utility.FtpUpLoader.Upload(ref objUploadFileDistributionRequest);
            Assert.AreEqual(objUploadFileDistributionRequestExpected, objUploadFileDistributionRequest);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }