public void DataTest51()
 {
     DHBlobController target = new DHBlobController(); // TODO: Initialize to an appropriate value
     string uri = string.Empty; // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.DHMail(uri);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void DataTest49()
 {
     DHBlobController target = new DHBlobController(); // TODO: Initialize to an appropriate value
     FormCollection collection = null; // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.Create(collection);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void DataTest57()
 {
     DHBlobController target = new DHBlobController(); // TODO: Initialize to an appropriate value
     HttpPostedFileBase file = null; // TODO: Initialize to an appropriate value
     string conatinerId = string.Empty; // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.GetFname(file, conatinerId);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void DataTest48()
 {
     DHBlobController target = new DHBlobController();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void DataTest54()
 {
     DHBlobController target = new DHBlobController(); // TODO: Initialize to an appropriate value
     int id = 0; // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.Details(id);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }